Skip to content

DavidMilstein/helloCucumber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helloCucumber

created from https://cucumber.io/docs/guides/10-minute-tutorial/

run specific test : mvn clean test -Dcucumber.options="--name (Scenario1|Scenario2)"

All non [a-zA-Z] characters need to be replace by their ascii code, for example spaces must be replaced by ‘\040’ : “Scenario A” need to appear as “Scenario\040A”.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Gherkin 51.7%
  • Java 48.3%