test(cypress): test cypress

This commit is contained in:
thomas
2023-03-10 14:32:03 +01:00
parent 56a07988fb
commit 01aa23cf45
12 changed files with 160 additions and 9 deletions

View File

@@ -84,6 +84,15 @@
"jestConfig": "apps/router-testing/jest.config.ts",
"passWithNoTests": true
}
},
"component-test": {
"executor": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/router-testing/cypress.config.ts",
"testingType": "component",
"skipServe": true,
"devServerTarget": "router-testing:build"
}
}
},
"tags": []