cristeat / testing

0 stars 0 forks source link

Relative path for feature files #1

Open alexcomsa opened 5 years ago

alexcomsa commented 5 years ago

Don't use absolute an abosolute path because it will only work on the machines were that path exists. As a reference read this post https://stackoverflow.com/questions/9663117/how-do-i-set-the-path-to-my-cucumber-features-using-cucumber-junit https://github.com/cristeat/testing/blob/9031f04dc6d08d1bbebfce026cebc625a124b7d5/src/test/java/Runner.java#L8

cristeat commented 5 years ago

updated path to features = {"src\test\Resource"}