文件名称:e2e-react-native-detox:使用Detox进行本机React项目的演示
文件大小:2.49MB
文件格式:ZIP
更新时间:2024-06-14 06:14:24
JavaScript
e2e-React-天然-排毒 具有react-native init项目引导程序,并配置了以提供端到端测试 该项目已用作以下文章的演示: 设置项目 ~ git clone https://github.com/EmaSuriano/e2e-react-native-detox.git ~ cd e2e-react-native-detox ~ yarn 正在运行的应用程序 的iOS ~ cd ios ; pod install ; cd -- ; ~ react-native run-ios 安卓 ~ react-native run-android 运行排毒测试 Detox是一个专注于移动应用程序的端到端框架,在这种情况下,它被用于运行React Native应用程序的测试。 为了运行测试,首先需要编译应用程序: ~ yarn e2e:ci 执照 麻省理工学院。
【文件预览】:
e2e-react-native-detox-master
----metro.config.js(300B)
----.flowconfig(3KB)
----.gitattributes(16B)
----yarn.lock(282KB)
----.eslintrc.js(133B)
----babel.config.js(77B)
----ios()
--------testReactNative()
--------Podfile.lock(7KB)
--------testReactNative.xcodeproj()
--------testReactNative-tvOS()
--------Podfile(2KB)
--------testReactNative.xcworkspace()
--------testReactNative-tvOSTests()
--------testReactNativeTests()
----android()
--------gradlew(6KB)
--------settings.gradle(199B)
--------gradle()
--------gradlew.bat(3KB)
--------gradle.properties(910B)
--------app()
--------build.gradle(993B)
----.travis.yml(584B)
----App.js(3KB)
----__tests__()
--------App-test.js(266B)
----README.md(950B)
----.buckconfig(114B)
----docs()
--------e2e-full-test.gif(2.24MB)
----app.json(67B)
----.gitignore(817B)
----.prettierrc.js(120B)
----index.js(183B)
----.watchmanconfig(2B)
----e2e()
--------config.json(148B)
--------my-test.test.js(2KB)
--------init.js(936B)
----package.json(1KB)