focalboard/webapp/cypress.json
2022-03-30 15:12:56 -06:00

20 lines
419 B
JSON

{
"chromeWebSecurity": false,
"baseUrl": "http://localhost:8088",
"testFiles": [
"**/login*.ts",
"**/create*.ts",
"**/manage*.ts",
"**/group*.ts",
"**/card*.ts"
],
"env": {
"username": "test-user",
"password": "test-password",
"email": "test@mail.com"
},
"video": false,
"viewportWidth": 1600,
"viewportHeight": 1200
}