You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"video": false,
|
|
"baseUrl": "http://localhost:8080",
|
|
"viewportWidth": 1300,
|
|
"viewportHeight": 960,
|
|
"defaultCommandTimeout": 25000,
|
|
"env": {
|
|
"user": "admin",
|
|
"password": "12qwaszx"
|
|
},
|
|
"testFiles": [
|
|
"auth_page.js",
|
|
"actions_tasks_objects/*",
|
|
"actions_users/*",
|
|
"actions_projects/*",
|
|
"remove_users_tasks_projects.js"
|
|
]
|
|
}
|