2018-08-10 06:39:38 +00:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"KAWANIME_SERVER": true,
|
|
|
|
"NODE_ENV": "KawAnime-test",
|
|
|
|
"PORT": 8080
|
|
|
|
},
|
|
|
|
"fixturesFolder": "test/cypress/fixtures",
|
|
|
|
"integrationFolder": "test/cypress/integration",
|
2018-08-15 17:36:26 +00:00
|
|
|
"pluginsFile": "test/cypress/plugins",
|
2018-08-10 06:39:38 +00:00
|
|
|
"screenshotsFolder": "test/cypress/screenshots",
|
|
|
|
"videosFolder": "test/cypress/videos",
|
|
|
|
"supportFile": "test/cypress/support",
|
|
|
|
"baseUrl": "http://localhost:8080",
|
|
|
|
"viewportHeight": 800,
|
|
|
|
"viewportWidth": 1200
|
|
|
|
}
|