Automated following UI test cases for button regarding the property pane: Button Style Validation Button Copy and paste Button Delete Create api, and then call it upon clicking the button widget. Create query, and then call it upon clicking the button widget. All above using JS
29 lines
697 B
JSON
29 lines
697 B
JSON
{
|
|
"baseUrl": "https://release.app.appsmith.com/",
|
|
"defaultCommandTimeout": 20000,
|
|
"requestTimeout": 21000,
|
|
"pageLoadTimeout": 20000,
|
|
"video": true,
|
|
"reporter": "mochawesome",
|
|
"reporterOptions": {
|
|
"reportDir": "results",
|
|
"overwrite": false,
|
|
"html": true,
|
|
"json": false
|
|
},
|
|
"env": {
|
|
"USERNAME": "nandan@thinkify.io",
|
|
"PASSWORD": "Test$123",
|
|
"TESTUSERNAME1": "viewerappsmith@mailinator.com",
|
|
"TESTPASSWORD1": "Test@123",
|
|
"TESTUSERNAME2": "developerappsmith@mailinator.com",
|
|
"TESTPASSWORD2": "Test@123"
|
|
},
|
|
"chromeWebSecurity": false,
|
|
"viewportHeight": 900,
|
|
"viewportWidth": 1400,
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 0
|
|
}
|
|
} |