|
1 |
| -# Cucumber JVM |
2 |
| - |
3 |
| -[](https://vshymanskyy.github.io/StandWithUkraine) |
| 1 | +<h1 align="center"> |
| 2 | + <img src="https://raw.githubusercontent.com/cucumber/cucumber-js/46a5a78107be27e99c6e044c69b6e8f885ce456c/docs/images/logo.svg" alt="Cucumber logo" width="75"> |
| 3 | + <br> |
| 4 | + Cucumber JVM |
| 5 | +</h1> |
| 6 | +<p align="center"> |
| 7 | + <b>Automated tests in plain language, for the JVM</b> |
| 8 | +</p> |
| 9 | + |
| 10 | +<div align="center"> |
| 11 | + |
| 12 | +[](https://central.sonatype.com/artifact/io.cucumber/cucumber-java) |
| 13 | +[](https://github.com/cucumber/cucumber-jvm/actions) |
4 | 14 | [](https://opencollective.com/cucumber)
|
5 | 15 | [](https://opencollective.com/cucumber)
|
6 |
| -[](https://central.sonatype.com/artifact/io.cucumber/cucumber-java) |
7 |
| -[](https://github.com/cucumber/cucumber-jvm/actions) |
8 |
| -[](https://codecov.io/gh/cucumber/cucumber-jvm/branch/main) |
| 16 | +[](https://vshymanskyy.github.io/StandWithUkraine) |
| 17 | + |
| 18 | +</div> |
9 | 19 |
|
10 |
| -Cucumber-JVM is a pure Java implementation of Cucumber. |
11 |
| -You can [run](https://cucumber.io/docs/cucumber/api/#running-cucumber) it with |
12 |
| -the tool of your choice. |
| 20 | +[Cucumber](https://github.com/cucumber) is a tool for running automated tests written in plain language. Because they're |
| 21 | +written in plain language, they can be read by anyone on your team. Because they can be |
| 22 | +read by anyone, you can use them to help improve communication, collaboration and trust on |
| 23 | +your team. |
13 | 24 |
|
14 |
| -Cucumber-JVM also integrates with all the popular |
15 |
| -[Dependency Injection containers](https://cucumber.io/docs/installation/java/#dependency-injection). |
| 25 | +This is the Java implementation of Cucumber. You can [run](https://cucumber.io/docs/cucumber/api/#running-cucumber) it with |
| 26 | +the tool of your choice - including with popular |
| 27 | +[dependency injection containers](https://cucumber.io/docs/installation/java/#dependency-injection). |
16 | 28 |
|
17 | 29 | ## Getting started
|
18 | 30 |
|
|
0 commit comments