Files
backstage/cypress/cypress.json
T
Rémi Doreau b1370f8c0f feat(e2e): move TechDocs tests to cypress folder
Signed-off-by: Rémi Doreau <remi.d45@gmail.com>
2021-07-21 00:00:14 +02:00

11 lines
275 B
JSON

{
"baseUrl": "http://localhost:7000",
"integrationFolder": "./src/integration",
"supportFile": "./src/support",
"fixturesFolder": "./src/fixtures",
"pluginsFile": "./src/plugins",
"defaultCommandTimeout": 10000,
"viewportHeight": 900,
"viewportWidth": 1440
}