JS 与 trick 代码的运用及解析全攻略
1252
2022-10-16
Cucumber - BDD 测试框架
Cucumber-JVM is a pure java implementation of Cucumber that supports the most popular programming languages for the JVM.
You can run it with the tool of your choice.
Cucumber-JVM also integrates with all the popular Dependency Injection containers.
Documentation
Start Here.
Hello World
Check out the simple cucumber-java-skeleton starter project.
Downloading / Installation
Install
Bugs and Feature requests
You can register bugs and feature requests in the Github Issue Tracker.
You're most likely going to paste code and output, so familiarise yourself with Github Flavored Markdown to make sure it remains readable.
At the very least - use triple backticks:
```java// Why doesn't this work?@Given("I have (\\d+) cukes in my (.*)")public void some_cukes(int howMany, String what) { // HALP!}```
Please consider including the following information if you register a ticket:
What cucumber-jvm version you're usingWhat modules you're using (cucumber-java, cucumber-spring, cucumber-groovy etc)What command you ranWhat output you sawHow it can be reproduced
How soon will my ticket be fixed?
The best way to have a bug fixed or feature request implemented is to fork the cucumber-jvm repo and send a pull request. If the pull request has good tests and follows the coding conventions (see below) it has a good chance of making it into the next release.
If you don't fix the bug yourself (or pay someone to do it for you), the bug might never get fixed. If it is a serious bug, other people than you might care enough to provide a fix.
In other words, there is no guarantee that a bug or feature request gets fixed. Tickets that are more than 6 months old are likely to be closed to keep the backlog manageable.
Contributing fixes
See CONTRIBUTING.md
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~