### Install Dependencies Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Installs the necessary project dependencies using npm. ```bash npm install ``` -------------------------------- ### Run Basic On-Premise Test Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes a basic test run on an on-premise browser. ```bash npm run on-prem ``` -------------------------------- ### Run Data-Driven Test Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes data-driven tests on an on-premise browser. ```bash npm run on-prem-datadriven ``` -------------------------------- ### Run BrowserStack Test Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes tests on BrowserStack. ```bash npm run browserstack ``` -------------------------------- ### Run Parallel On-Premise Tests Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes tests in parallel on on-premise browsers. ```bash npm run on-prem-parallel ``` -------------------------------- ### Run Parallel Docker Selenium Grid Tests Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes tests in parallel on a Docker Selenium Grid. ```bash npm run docker-parallel ``` -------------------------------- ### Run Page Object Model Test Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes tests using the Page Object Model pattern on an on-premise browser. ```bash npm run on-prem-pom ``` -------------------------------- ### Run Docker Selenium Grid Test Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes tests on a Docker Selenium Grid. Requires the Docker service to be running. ```bash npm run docker ``` -------------------------------- ### Run Parallel BrowserStack Tests Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Executes tests in parallel on BrowserStack. ```bash npm run browserstack-parallel ``` -------------------------------- ### Generate Test Report Source: https://github.com/browserstack/browserstack-tu-webdriverio/blob/main/README.md Generates the test report for the project. ```bash npm run generate-report ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.