* Adding AForceMigration spec * Merge from release * Mongo CRUD data load check added * Added bug id & adding to skip to checkin * Unskipping MySQL_Spec to test TED * Api-bugs spec fix * Adding back MySQL_Spec to ignore * EE_CopyQuery_RenameDatasource_spec revert to fix * Skipping Git_sync flaky test * Removing mySQl from ignore * Unskipping Mongo cases as Bug12162 fixed * Empty files moved due to Mocha update
29 lines
828 B
JSON
29 lines
828 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",
|
|
"**/Smoke_TestSuite/ClientSideTests/Templates/Fork_Template_spec.js"
|
|
],
|
|
"chromeWebSecurity": false,
|
|
"viewportHeight": 1100,
|
|
"viewportWidth": 1400,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
}
|
|
} |