28 lines
755 B
JSON
28 lines
755 B
JSON
{
|
|
"baseUrl": "https://dev.appsmith.com/",
|
|
"defaultCommandTimeout": 20000,
|
|
"requestTimeout": 21000,
|
|
"pageLoadTimeout": 20000,
|
|
"video": true,
|
|
"videoUploadOnPasses": false,
|
|
"reporter": "mochawesome",
|
|
"reporterOptions": {
|
|
"reportDir": "results",
|
|
"overwrite": false,
|
|
"html": true,
|
|
"json": false
|
|
},
|
|
"ignoreTestFiles": [
|
|
"**/Smoke_TestSuite/Application/PgAdmin_spec*.js",
|
|
"**/Smoke_TestSuite/ClientSideTests/DisplayWidgets/Table_Filter_spec*.js",
|
|
"**/Smoke_TestSuite/ClientSideTests/Onboarding/FirstTimeUserOnboarding_spec*.js",
|
|
"**/Smoke_TestSuite/ClientSideTests/LayoutValidation/AppPageLayout.spec.js"
|
|
],
|
|
"chromeWebSecurity": false,
|
|
"viewportHeight": 900,
|
|
"viewportWidth": 1400,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
}
|
|
} |