Skip to content

Simple project to show cucumber and groovy configured by maven

Notifications You must be signed in to change notification settings

JonLally/cucumber-groovy-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-groovy-tutorial

Simple project to show cucumber and groovy configured by maven

There wasn't much problems getting this to run through intellij but maven
would not execute the tests.

In the AccountTest.groovy class adding the location of the feature files and
the location of the test steps solved this.

@RunWith(Cucumber)
@CucumberOptions(features = 'src/test/resources/features',
        glue = 'src/test/groovy/com/jonl/example/cucumber/steps')
class AccountTest {
}

About

Simple project to show cucumber and groovy configured by maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published