Skip to content

Levistras/CucumberPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebDriver Cucumber Examples

features

Look at the below directory to see the cucumber Gherkin feature files /playground/src/test/resources/features

utils

Several utility methods are available

com.kavinschool.examples.utils

runner

Use runner classes to run any of the feature files

hooks

Contains the driver setup

props

The single system level values are passed

steps

The step definitions of Gherkin feature files generated code

How to run?

To run from cmd line

mvn test

To generate a cucumber report:

mvn verify -Dmaven.test.skip=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published