Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjsblogger/toggle-button-selenium-java
Demonstration of handling Toggle Buttons using Selenium Java
https://github.com/hjsblogger/toggle-button-selenium-java
Last synced: about 2 months ago
JSON representation
Demonstration of handling Toggle Buttons using Selenium Java
- Host: GitHub
- URL: https://github.com/hjsblogger/toggle-button-selenium-java
- Owner: hjsblogger
- License: mit
- Created: 2022-08-19T12:46:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T18:40:28.000Z (about 2 years ago)
- Last Synced: 2024-10-12T18:28:30.812Z (3 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://accounts.lambdatest.com/detail/profile) page.
For macOS:
```bash
export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY
```For Linux:
```bash
export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY
```For Windows:
```bash
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
```bash
mvn test
```Tests on local Grid and LambdaTest Selenium Grid will be executed in parallel. Here is the execution snapshot on LambdaTest Selenium Grid:
Here is the screenshot of tests run on LambdaTest Grid:
## Need Assistance?
Discuss your queries by writing to me at [himanshu[dot]sheth[at]gmail](mailto:[email protected]) or you can ping me on the following social media sites:Twitter: [@hjsblogger](https://www.twitter.com/hjsblogger)
LinkedIn: [@hjsblogger](https://linkedin.com/in/hjsblogger)
Facebook: [@hjsblogger](https://facebook.com/hjsblogger)