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.
22 lines
500 B
JSON
22 lines
500 B
JSON
{
|
|
"video": false,
|
|
"baseUrl": "http://localhost:8080",
|
|
"viewportWidth": 1300,
|
|
"viewportHeight": 960,
|
|
"defaultCommandTimeout": 25000,
|
|
"downloadsFolder": "cypress/fixtures",
|
|
"env": {
|
|
"user": "admin",
|
|
"email": "admin@localhost.company",
|
|
"password": "12qwaszx"
|
|
},
|
|
"testFiles": [
|
|
"auth_page.js",
|
|
"actions_tasks_objects/**/*.js",
|
|
"actions_users/**/*.js",
|
|
"actions_projects/**/*.js",
|
|
"canvas3d_functionality/*.js",
|
|
"remove_users_tasks_projects.js"
|
|
]
|
|
}
|