Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow Java conventions #49

Open
mcandre opened this issue Oct 17, 2015 · 0 comments
Open

Follow Java conventions #49

mcandre opened this issue Oct 17, 2015 · 0 comments

Comments

@mcandre
Copy link

mcandre commented Oct 17, 2015

  • Load src/test/resources/<static files>, not src/main/resources/<static files>
  • Keep features and step definitions in src/test/cucumber/ and src/test/java respectively

Following these conventions avoids a lot of confusion and manual configuration. For example, step definitions that reference Hamcrest matchers fail to compile with test-context dependency hamcrest-library, forcing users to awkwardly specify hamcrest-library as a main (deployed dependency).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant