Skip to content

Commit

Permalink
remove shippable CI badge as its now disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Nov 14, 2020
1 parent 71a8e70 commit cf469ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# selenium-cucumber-js

[![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)
[![npm](https://img.shields.io/npm/dt/selenium-cucumber-js.svg)](https://www.npmjs.com/package/selenium-cucumber-js)

JavaScript browser automation framework using official [selenium-webdriver](http://seleniumhq.github.io/selenium/docs/api/javascript/ "view webdriver js documentation") and [cucumber-js](https://github.com/cucumber/cucumber-js "view cucumber js documentation").

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-cucumber-js",
"version": "1.8.0",
"version": "1.8.1",
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cf469ea

Please sign in to comment.