Skip to content

Commit d0d75af

Browse files
docs: Center align README badges (#2959)
* docs: Center align README badges * docs: add 'the' before 'JVM' in README * docs: Revert README badges to markdown * docs: Lowercase README dependency injection reference * Remove unused codecov badge --------- Co-authored-by: M.P. Korstanje <[email protected]> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent 81a3947 commit d0d75af

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

README.md

+23-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
# Cucumber JVM
2-
3-
[![#StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](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+
[![Maven Central](https://img.shields.io/maven-central/v/io.cucumber/cucumber-java?style=flat&color=dark-green&label=Maven%20Central)](https://central.sonatype.com/artifact/io.cucumber/cucumber-java)
13+
[![Build Status](https://github.com/cucumber/cucumber-jvm/actions/workflows/release-java.yml/badge.svg)](https://github.com/cucumber/cucumber-jvm/actions)
414
[![OpenCollective](https://opencollective.com/cucumber/backers/badge.svg)](https://opencollective.com/cucumber)
515
[![OpenCollective](https://opencollective.com/cucumber/sponsors/badge.svg)](https://opencollective.com/cucumber)
6-
[![Maven Central](https://img.shields.io/maven-central/v/io.cucumber/cucumber-java.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.cucumber/cucumber-java)
7-
[![Build Status](https://github.com/cucumber/cucumber-jvm/workflows/Cucumber%20CI/badge.svg)](https://github.com/cucumber/cucumber-jvm/actions)
8-
[![Coverage Status](https://codecov.io/gh/cucumber/cucumber-jvm/branch/main/graph/badge.svg)](https://codecov.io/gh/cucumber/cucumber-jvm/branch/main)
16+
[![#StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine)
17+
18+
</div>
919

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.
1324

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).
1628

1729
## Getting started
1830

0 commit comments

Comments
 (0)