2021-10-30 16:27:49 +00:00
|
|
|
{
|
2021-11-14 15:43:53 -05:00
|
|
|
"baseUrl": "http://localhost:3000",
|
2021-11-14 15:19:45 -05:00
|
|
|
"video": false,
|
2021-10-30 16:27:49 +00:00
|
|
|
"integrationFolder": "src/cypress/integration",
|
|
|
|
"fixtureFolder": "src/cypress/fixtures",
|
|
|
|
"supportFile": "src/cypress/support/index.js",
|
|
|
|
"pluginsFile": "src/cypress/plugin/index.js",
|
|
|
|
"env": {
|
|
|
|
"REACT_APP_SPTARKOV_HOME": "https://www.sp-tarkov.com/",
|
|
|
|
"REACT_APP_SPTARKOV_WORKSHOP": "https://mods.sp-tarkov.com/",
|
|
|
|
"REACT_APP_SPTARKOV_DOCUMENTATION": "https://docs.sp-tarkov.com/"
|
|
|
|
}
|
|
|
|
}
|