mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-12 09:04:14 +02:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"chromeWebSecurity": false,
|
|
"baseUrl": "http://localhost:8088",
|
|
"testFiles": [
|
|
"**/login*.ts",
|
|
"**/create*.ts",
|
|
"**/manage*.ts"
|
|
],
|
|
"env": {
|
|
"username": "test-user",
|
|
"password": "test-password",
|
|
"email": "test@mail.com"
|
|
},
|
|
"video": false,
|
|
"viewportWidth": 1600,
|
|
"viewportHeight": 1200
|
|
}
|