cypress and instanbul

This commit is contained in:
2021-09-14 14:45:47 +02:00
parent 786fd12f34
commit f9fe8fd735
15 changed files with 618 additions and 26 deletions

12
cypress.json Normal file
View File

@@ -0,0 +1,12 @@
{
"baseUrl": "http://localhost:3000",
"env": {
"mongodbUri": "mongodb://localhost",
"wmbasicApiUrl": "http://localhost:8080/api/v1",
"wmbasicDbPrefix": "wmbasic",
"wmbasicUsername": "admin",
"wmbasicPassword": "admin",
"projectApiConfig": "./api/config.yml",
"projectApiNamespace": "cypress_test"
}
}