mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
{ |
|
"baseUrl": "http://localhost:3000/", |
|
"testFiles": [ |
|
"common/00_pre_configurations.js", |
|
"common/0a_project_operations.js", |
|
"common/1a_table_operations.js", |
|
"common/1b_table_column_operations.js", |
|
"common/1c_table_row_operations.js", |
|
"common/2a_table_with_belongs_to_colulmn.js", |
|
"common/2b_table_with_m2m_column.js", |
|
"common/3a_filter_sort_fields_operations.js", |
|
"common/3b_formula_column.js", |
|
"common/3c_lookup_column.js", |
|
"common/3d_rollup_column.js", |
|
"common/4a_table_view_grid_gallery_form.js", |
|
"common/4b_table_view_share.js", |
|
"common/4c_form_view_detailed.js", |
|
"common/4d_table_view_grid_locked.js", |
|
"common/5a_user_role.js", |
|
"common/5b_preview_role.js", |
|
"common/6a_audit.js", |
|
"common/6c_swagger_api.js", |
|
"common/6d_language_validation.js" |
|
], |
|
"defaultCommandTimeout": 13000, |
|
"pageLoadTimeout": 600000, |
|
"viewportWidth": 1980, |
|
"viewportHeight": 1000, |
|
"video": false, |
|
"retries": 2, |
|
"screenshotOnRunFailure": false, |
|
"numTestsKeptInMemory": 0, |
|
"env": { |
|
"testMode": "extREST" } |
|
}
|
|
|