Router improvements and load roles on login #8
14
cypress.json
14
cypress.json
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"baseUrl": "http://localhost:8080/",
|
"baseUrl": "http://localhost:8080/",
|
||||||
"fixturesFolder": "test/cypress/fixtures",
|
"fixturesFolder": "tests/cypress/fixtures",
|
||||||
"integrationFolder": "test/cypress/integration",
|
"integrationFolder": "tests/cypress/integration",
|
||||||
"pluginsFile": "test/cypress/plugins/index.js",
|
"pluginsFile": "tests/cypress/plugins/index.js",
|
||||||
"screenshotsFolder": "test/cypress/screenshots",
|
"screenshotsFolder": "tests/cypress/screenshots",
|
||||||
"supportFile": "test/cypress/support/index.js",
|
"supportFile": "tests/cypress/support/index.js",
|
||||||
"videosFolder": "test/cypress/videos",
|
"videosFolder": "tests/cypress/videos",
|
||||||
"video": true,
|
"video": true,
|
||||||
"component": {
|
"component": {
|
||||||
"componentFolder": "src",
|
"componentFolder": "src",
|
||||||
"testFiles": "**/*.spec.js",
|
"testFiles": "**/*.spec.js",
|
||||||
"supportFile": "test/cypress/support/unit.js"
|
"supportFile": "tests/cypress/support/unit.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue