Skip to content

fmacicasan/cucumber-testy-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber Testy Tutorial

Integration Tests with Testy and Cucumber

Running the Tests:

mvn clean test -DfailIfNoTests=false

For Running specific Test add system parameter "test":

 mvn clean test -DfailIfNoTests=false -Dtest=LoginTest
 mvn clean test -DfailIfNoTests=false -Dtest=AccountTest

About

Integration Tests with Testy and Cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.5%
  • Gherkin 10.5%