Loading repository data…
Loading repository data…
Mahbub091 / repository
This repo will contain Selenium Automation with Java & TestNG along with CI/CD on Github Actions for showcase purposes.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repo will contain Selenium Automation with Java & TestNG along with CI/CD on Github Actions for showcase purposes.
For checking the codes and test run of this suite please follow the below process:
➡ Clone This Repo by running git clone {Repo HTTPS/SSH code}
➡ Now open Terminal from your IDE. I'm using IntelliJ Idea
➡ Run the following Codes for test suite execution on testSuite.xml file
💠 mvn clean
💠 mvn compile
💠 mvn clean test
For Now this project has only the Surefire Report that you can find on target folder at Base Directory
Using Allure Report for reporting of this project.