Files
react-native/packages/rn-tester-e2e/package.json
T
Alex HuntandFacebook GitHub Bot f0d1d9214d Relocate RNTester E2E wrapper script under package (#42906)
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
2024-02-07 08:31:29 -08:00

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"
}
}