mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
15 lines
480 B
JSON
15 lines
480 B
JSON
{
|
|
"baseUrl": "http://localhost:8000",
|
|
"trashAssetsBeforeRuns": true,
|
|
"videoUploadOnPasses": false,
|
|
"viewportWidth": 1980,
|
|
"viewportHeight": 1080,
|
|
"fixturesFolder": "test/cypress/fixtures",
|
|
"integrationFolder": "test/cypress/integration",
|
|
"pluginsFile": "test/cypress/plugins/index.js",
|
|
"supportFile": "test/cypress/support/index.js",
|
|
"screenshotsFolder": ".cypress/screenshots",
|
|
"videosFolder": ".cypress/videos",
|
|
"downloadsFolder": ".cypress/downloads"
|
|
}
|