chore: replace protractor with cypress

This commit is contained in:
Frank Strieter
2022-03-22 14:24:00 +01:00
parent 3b76fa3f92
commit 863258f23d
6 changed files with 87 additions and 0 deletions

9
src-ui/cypress.json Normal file
View File

@@ -0,0 +1,9 @@
{
"integrationFolder": "cypress/integration",
"supportFile": "cypress/support/index.ts",
"videosFolder": "cypress/videos",
"screenshotsFolder": "cypress/screenshots",
"pluginsFile": "cypress/plugins/index.ts",
"fixturesFolder": "cypress/fixtures",
"baseUrl": "http://localhost:4200"
}