35 lines
822 B
JSON
35 lines
822 B
JSON
{
|
|
"root": "e2e/react-native",
|
|
"sourceRoot": "e2e/react-native",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nrwl/workspace:run-commands",
|
|
"options": {
|
|
"commands": [
|
|
{
|
|
"command": "yarn e2e-start-local-registry"
|
|
},
|
|
{
|
|
"command": "yarn e2e-build-package-publish"
|
|
},
|
|
{
|
|
"command": "nx run-e2e-tests e2e-react-native"
|
|
}
|
|
],
|
|
"parallel": false
|
|
}
|
|
},
|
|
"run-e2e-tests": {
|
|
"executor": "@nrwl/jest:jest",
|
|
"options": {
|
|
"jestConfig": "e2e/react-native/jest.config.ts",
|
|
"passWithNoTests": true,
|
|
"runInBand": true
|
|
},
|
|
"outputs": ["coverage/e2e/react-native"]
|
|
}
|
|
},
|
|
"implicitDependencies": ["react-native"]
|
|
}
|