Skip to content

Elangopalakrishnan/Assessment-Cucumber-Maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assessment

Small Cucumber Project for Web Application Testing

How to Execute?

  1. Run the Test Run your test using mvn install or mvn verify from Terminal, mvn test -Dcucumber.filter.tags="@SmokeTests"
  2. Test Result See the result inside target/MyReports/report.html or target/MyReports/report.json folders that automatically generated after finished the test execution Open html file in your browser Or you can create your result https://reports.cucumber.io/reports/ by setting publish=true in @CucumberOptions in runner class Some sample of test results

Basic Sample Test Report image

Advanched html report on the cloud image image

Further Improvements: We can use data provider / Apachi POI when scope of test coverage is increase. Write common methods class to keep all common methods and call them where ever wanted (like click(), double-clik(), drop-down, actions() etc..) And Add Plug-ins for extented reporting as per requirement.

About

Small Cucumber Project for Web Application Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages