Update to version 0.1.5 with testing setup, multisite compatibility, and npm scripts
This commit is contained in:
9
tests/e2e/cypress.json
Normal file
9
tests/e2e/cypress.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"baseUrl": "http://localhost:8889",
|
||||
"integrationFolder": "tests/e2e/cypress/integration",
|
||||
"pluginsFile": "tests/e2e/cypress/plugins/index.js",
|
||||
"supportFile": "tests/e2e/cypress/support/index.js",
|
||||
"videosFolder": "tests/e2e/cypress/videos",
|
||||
"screenshotsFolder": "tests/e2e/cypress/screenshots",
|
||||
"fixturesFolder": "tests/e2e/cypress/fixtures"
|
||||
}
|
||||
Reference in New Issue
Block a user