Skip to content

Commit 5e08838

Browse files
authored
Add badges to readme
1 parent 143fc54 commit 5e08838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<b>Automated tests in plain language, for the Node.js test runner</b>
88
</p>
99

10+
<p align="center">
11+
<a href="https://www.npmjs.com/package/@cucumber/node" style="text-decoration: none"><img src="https://img.shields.io/npm/v/@cucumber/node?style=flat&color=dark-green" alt="Latest version on npm"></a>
12+
<a href="https://github.com/cucumber/cucumber-node/actions" style="text-decoration: none"><img src="https://github.com/cucumber/cucumber-node/actions/workflows/test.yaml/badge.svg" alt="Build status"></a>
13+
</p>
14+
1015
[Cucumber](https://github.com/cucumber) is a tool for running automated tests written in plain language. Because they're
1116
written in plain language, they can be read by anyone on your team. Because they can be
1217
read by anyone, you can use them to help improve communication, collaboration and trust on

0 commit comments

Comments
 (0)