mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42906 Makes way to relocate repo E2E testing + Verdaccio logic under `scripts/e2e/`. The contents of this script are minimal and are better located with `rn-tester-e2e`. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D53516117 fbshipit-source-id: e7e50af0383788f2219da190bf921ea93a6455eb
26 lines
713 B
JSON
26 lines
713 B
JSON
{
|
|
"name": "@react-native/tester-e2e",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "React Native E2E tester app.",
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/rn-tester-e2e",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/rn-tester-e2e"
|
|
},
|
|
"scripts": {
|
|
"test-e2e": "node scripts/e2e/run-e2e-tests.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@types/jest": "^29.5.3",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"webdriverio": "^7.32.0"
|
|
}
|
|
}
|