bitburner-src/cypress.json

8 lines
190 B
JSON
Raw Normal View History

{
"baseUrl": "http://localhost:8000",
"trashAssetsBeforeRuns": true,
"screenshotsFolder": ".cypress/screenshots",
"videosFolder": ".cypress/videos",
"videoUploadOnPasses": false
}