Skip to content

nmatei/cucumber-testy-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 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