Skip to content

amalageorge/browserstackassignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Automation Test Suite

This is a Selenium-based automation test suite written in Java, integrated with BrowserStack for cross-browser and cross-platform testing.


Features

  • Cross-browser testing using Selenium.
  • Integration with BrowserStack for real-device and browser testing.
  • Configurable browser and platform settings.

Requirements

  • Java 17.x
  • Maven (for dependency management and running tests)
  • BrowserStack account with access credentials
  • Google cloud translate API key.

Installation

  1. Clone the repository:

    git clone https://github.com/amalageorge/browserstackassignment.git
    cd browserstackassignment
    
  2. Install dependencies using Maven:

    mvn clean install
    
  3. Add BrowserStack credentials to browserstack.yml

  4. Add Google cloud translate API Key to config.properties

  5. Run the test cases using the below maven command:

    mvn test
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors