mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-01 19:14:35 +02:00
20 lines
419 B
JSON
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
|
|
}
|