This project was made for educational and portfolio use. Letcode website was used in this project since it covers most elements that are needed for basic automation scripts.
- Clone the repo using the script below or using your preferred Git GUI
git clone https://github.com/jimuelmedrano/letcode-selenium-java.git
- Open the project in your IDE, in this sample IntelliJ Idea is used
Note: Change the value of HEADLESS inside FrameworkConstants to "false" if you want to see the browser UI.
You can run the script using the following commands:
- Run all tests with single thread only:
mvn clean test
- Run parallel tests with multiple threads: Right click on test_suite_parallel.xml and click run
LinkedIn - https://www.linkedin.com/in/jimuel-renzo-medrano/