Skip to content

Commit 59fa4d7

Browse files
committed
Minimize readme
1 parent 4a74bea commit 59fa4d7

File tree

1 file changed

+2
-63
lines changed

1 file changed

+2
-63
lines changed

README.md

Lines changed: 2 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,4 @@
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>
1+
Cucumber-JVM Examples
2+
=====================
93

10-
<div align="center">
114

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)
14-
[![OpenCollective](https://opencollective.com/cucumber/backers/badge.svg)](https://opencollective.com/cucumber)
15-
[![OpenCollective](https://opencollective.com/cucumber/sponsors/badge.svg)](https://opencollective.com/cucumber)
16-
[![#StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine)
17-
18-
</div>
19-
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.
24-
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).
28-
29-
## Getting started
30-
31-
* [Installation](https://cucumber.io/docs/installation/java/)
32-
* [Documentation](https://cucumber.io/docs/cucumber/)
33-
* [Hello World project](https://github.com/cucumber/cucumber-java-skeleton)
34-
35-
## Upgrading?
36-
37-
Migration instructions from previous major versions and a long form
38-
explanation of noteworthy changes can be found in the [release-notes archive](release-notes)
39-
40-
The changes for the current major version can be found in the [CHANGELOG.md](CHANGELOG.md).
41-
42-
## Questions, Problems, Help needed?
43-
44-
Please ask on
45-
46-
* [Github Discusssion](https://github.com/orgs/cucumber/discussions)
47-
* [Cucumber Discord](https://cucumber.io/docs/community/get-in-touch/#discord)
48-
* [Stack Overflow](https://stackoverflow.com/questions/tagged/cucumber-jvm)
49-
50-
## Bugs and Feature requests
51-
52-
You can register bugs and feature requests in the
53-
[GitHub Issue Tracker](https://github.com/cucumber/cucumber-jvm/issues).
54-
55-
Please bear in mind that this project is almost entirely developed by
56-
volunteers. If you do not provide the implementation yourself (or pay someone
57-
to do it for you), the bug might never get fixed. If it is a serious bug, other
58-
people than you might care enough to provide a fix.
59-
60-
## Contributing
61-
62-
If you'd like to contribute to the documentation, checkout
63-
[cucumber/docs.cucumber.io](https://github.com/cucumber/docs.cucumber.io)
64-
otherwise see our
65-
[CONTRIBUTING.md](https://github.com/cucumber/cucumber-jvm/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)