Skip to content

hjsblogger/toggle-button-selenium-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before running the tests on LambdaTest Selenium Grid, you need to set the environment variables - LT_USERNAME and LT_ACCESS_KEY. Here is how you can do the same:

Configure Environment Variables

Before the tests are run, please set the environment variables LT_USERNAME & LT_ACCESS_KEY from the terminal. The account details are available on your LambdaTest Profile page.

For macOS:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY

For Linux:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY

For Windows:

set LT_USERNAME=LT_USERNAME
set LT_ACCESS_KEY=LT_ACCESS_KEY

Project Execution

Run the following command on the terminal to trigger tests on local Grid and LambdaTest Selenium Grid

mvn test

Tests on local Grid and LambdaTest Selenium Grid will be executed in parallel. Here is the execution snapshot on LambdaTest Selenium Grid:

Screenshot_1

Screenshot_2

Here is the screenshot of tests run on LambdaTest Grid:

Screenshot_3

Need Assistance?

Discuss your queries by writing to me at himanshu[dot]sheth[at]gmail or you can ping me on the following social media sites:

Twitter: @hjsblogger
LinkedIn: @hjsblogger
Facebook: @hjsblogger

About

Demonstration of handling Toggle Buttons using Selenium Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages