Skip to content

tw-qa-gurgaon/selenium-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This a bare minimum framework setup of java-selenium for QA Recruitment Workshop

Tests Covered:

  • UI

Technologies used:

  • Java
  • Selenium 4.0
  • Serenity

Design Pattern used:

  • Page Object Model (POM)

Prerequisite:

  • JDK 8
  • Selenium

Steps to Run:

  1. Clone GIT repository in named directory.

    Run:

     > cd ~/workspace/
     > mkdir thoughtworks
     > git clone https://github.com/tw-qa-gurgaon/selenium-java.git
    
  2. Install all dependencies -

    Run:

        > cd ~/workspace/<java_directory_name>/<where_your_pom.xml_is>
        > mvn clean install
    

    Note:This will install all dependencies project will be using for executing.

  3. To run test -

    Run:

    > cd ~/workspace/<java_directory_name>/<dir_from_where_you_can_run_test>
    > mvn clean verify -Dexecute.test=**/*/tests/Test
    

Additional Information

  • Sample report of initial execution is saved in reports folder with index.html

Author

  • Kamini Pandey
  • Yash Varshney

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages