Improved automated page testing script on onprem

This commit is contained in:
lalitdeore12@gmail.com
2025-02-24 14:14:37 +05:30
parent c8d55573f3
commit fcf4450a3d
4 changed files with 13 additions and 43 deletions
+3 -2
View File
@@ -34,8 +34,9 @@ console.log('Starting Selenium script for testing pages...');
if (isCloud) {
// Login Credentials
const LOGIN_URL = `${frontendURL}/login`;
const USERNAME = 'shuffle-testing@gmail.com';
const PASSWORD = 'testing@123';
// put your login credentials here
const USERNAME = '';
const PASSWORD = '';
console.log('Logging in...');
await driver.get(LOGIN_URL);