This is a Selenium-based automation test suite written in Java, integrated with BrowserStack for cross-browser and cross-platform testing.
- Cross-browser testing using Selenium.
- Integration with BrowserStack for real-device and browser testing.
- Configurable browser and platform settings.
- Java 17.x
- Maven (for dependency management and running tests)
- BrowserStack account with access credentials
- Google cloud translate API key.
-
Clone the repository:
git clone https://github.com/amalageorge/browserstackassignment.git cd browserstackassignment -
Install dependencies using Maven:
mvn clean install
-
Add BrowserStack credentials to browserstack.yml
-
Add Google cloud translate API Key to config.properties
-
Run the test cases using the below maven command:
mvn test