Skip to content

This repo will contain Selenium Automation with Java & TestNG along with CI/CD on Github Actions for showcase purposes.

License

Notifications You must be signed in to change notification settings

Mahbub091/selenium_java_showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium_java_showcase

Java CI with Maven

GitHub pull-requests GitHub branches GitHub latest commit GitHub commits License

  • 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.