wikijs-fork/cypress.json

11 lines
331 B
JSON
Raw Normal View History

{
"baseUrl": "http://localhost:3000",
"projectId": "r7qxah",
"fixturesFolder": false,
"integrationFolder": "dev/cypress/integration",
"pluginsFile": "dev/cypress/plugins/index.js",
"screenshotsFolder": "dev/cypress/screenshots",
"supportFile": "dev/cypress/support/index.js",
"videosFolder": "dev/cypress/videos"
}