-
This repo will contain
Selenium AutomationwithJava&TestNGalong with CI/CD onGithub Actionsfor 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
Terminalfrom your IDE. I'm usingIntelliJ Idea -
âž¡ Run the following Codes for test suite execution on
testSuite.xmlfile -
💠mvn clean -
💠mvn compile -
💠mvn clean test -
For Now this project has only the
Surefire Reportthat you can find ontargetfolder atBase Directory -
Using
Allure Reportfor reporting of this project.
Mahbub091/selenium_java_showcase
This repo will contain Selenium Automation with Java & TestNG along with CI/CD on Github Actions for showcase purposes.
JavaApache-2.0