/Java_Selenium_Framework3

Java_Selenium_Framework

Primary LanguageJavaApache License 2.0Apache-2.0

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.