Skip to content

Built following page object pattern using Java, Gradle, Cucumber and Selenium

Notifications You must be signed in to change notification settings

farizkah/web-java-selenium-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC test automation for web application

Important notes

  • Website used in this POC: Traveloka
  • Feature files located in src/test/resources/features
  • Report files still located in build/reports/tests/test in your local after run

How to run

  • Clone this project
  • Open in IDE, wait until gradle build is finished
  • Running the test
    • Right click from the feature file then choose run
    • Open the feature file then choose run from the left of scenario line
    • Using command ./gradlew test
    • You may add parameter of cucumber tags or options to gradle command above
      • -Dcucumber.options="--tags @Test123" -DlogLevel=DEBUG

About

Built following page object pattern using Java, Gradle, Cucumber and Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published