Skip to content

Commit 244842a

Browse files
author
John Doherty
committed
added badges to readme
1 parent e716c46 commit 244842a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# selenium-cucumber-js
2-
[![npm version](https://badge.fury.io/js/selenium-cucumber-js.svg)](https://badge.fury.io/js/selenium-cucumber-js) [![Run Status](https://api.shippable.com/projects/5818b23bbd56670e00037040/badge?branch=master)](https://app.shippable.com/projects/5818b23bbd56670e00037040)
1+
# selenium-cucumber-js
2+
[![Shippable branch](https://img.shields.io/shippable/5818b23bbd56670e00037040/master.svg)](https://app.shippable.com/projects/5818b23bbd56670e00037040) [![npm](https://img.shields.io/npm/dt/selenium-cucumber-js.svg)](https://www.npmjs.com/package/selenium-cucumber-js) [![Linked In](https://img.shields.io/badge/Linked-In-blue.svg)](https://www.linkedin.com/in/john-i-doherty) [![Twitter Follow](https://img.shields.io/twitter/follow/CambridgeMVP.svg?style=social&label=Twitter&style=plastic)](https://twitter.com/CambridgeMVP)
33

44
A debuggable JS BDD framework that uses the official [selenium-webdriver](http://seleniumhq.github.io/selenium/docs/api/javascript/ "view webdriver js documentation") for Node and [cucumber-js](https://github.com/cucumber/cucumber-js "view cucumber js documentation").
55

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-cucumber-js",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A debuggable JS BDD framework that uses the official selenium-webdriver for Node and cucumber-js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)