bitburner-src/cypress.json

11 lines
268 B
JSON
Raw Normal View History

{
"baseUrl": "http://localhost:8000",
2021-09-05 19:04:44 +02:00
"fixturesFolder": false,
"trashAssetsBeforeRuns": true,
"screenshotsFolder": ".cypress/screenshots",
"videosFolder": ".cypress/videos",
2021-09-19 09:13:49 +02:00
"videoUploadOnPasses": false,
"viewportWidth": 1980,
"viewportHeight": 1080
}