admin管理员组文章数量:1122846
I created a branch from an already existing git project about web testing in java, selenium, gherkin and cucumber. Everything on it works for all my colleagues but it doesn't for me.
I run a test scenario but it gives me:
[17:35:29] I/launcher - Running 1 instances of WebDriver
[17:35:29] I/local - Starting selenium standalone server...
[17:35:30] I/local - Selenium standalone server started at http://*ip*
0 scenarios
0 steps
0m00.000s
[17:35:34] I/local - Shutting down selenium standalone server.
[17:35:34] I/launcher - 0 instance(s) of WebDriver still running
[17:35:34] I/launcher - chrome #01 passed
Given this, I understand that it runs the start and end procedures but for some reason, it doesn't run any command on the .feature file. It runs the same as if the file was completely empty.
So far I've tried different webdriver and chrome versions, reinstalling cucumber extension, moving the file to upper folders...
What really doesn't make sense is that, it works once in every 20 attempts I try to run the test scenario without changing anything.
本文标签: Java Cucumber doesn39t run any scenarioStack Overflow
版权声明:本文标题:Java Cucumber doesn't run any scenario - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736308309a1933615.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论