test: use cypress instead of protractor

This commit is contained in:
Jovan Krunić
2022-03-23 10:14:56 +00:00
parent b95c796358
commit 0479e7cdc3
18 changed files with 659 additions and 159 deletions

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