* * Added index file for Appsmith Design System * Datasource context menu, changed position of delete * * page setting icon color fix * * filepicker image padding added * * Debug button icon change * * share modal design changes according to Appsmith Design System * * Release notes modal - added see more functionality * * Navbar header arrow fix * * Padding fixed in share modal * * Changed share icon in applications page * * Header height changed to 32px from 34px * * Removed icontab component index file of ADS * * Added AppPageLayout cy test in ignore list
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
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/Binding/PromisesSpec*.ts",
|
|
"**/Smoke_TestSuite/ServerSideTests/LayoutOnLoadActions/OnLoadActionsSpec*.ts",
|
|
"**/Smoke_TestSuite/ServerSideTests/QueryPane/S3_spec*.js",
|
|
"**/Smoke_TestSuite/ServerSideTests/QueryPane/Postgres_Spec*.js",
|
|
"**/Smoke_TestSuite/ClientSideTests/LayoutValidation/AppPageLayout.spec.js"
|
|
],
|
|
"chromeWebSecurity": false,
|
|
"viewportHeight": 900,
|
|
"viewportWidth": 1400,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
}
|
|
} |