BasePage
class and follow a consistent structure:
should [action] [expected result]
E2E_INSTANCE_URL
: Target application URLE2E_EMAIL
: Test user emailE2E_PASSWORD
: Test user passwordawait page.pause()
to pause execution and inspect the page.console.log()
statements to track execution flow.