Skip to content

Commit 13c1112

Browse files
author
John Doherty
committed
updated readme to trigger another build
1 parent 431ebde commit 13c1112

18 files changed

+3
-4
lines changed

.gitignore

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.MD

100644100755
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
[![stats](https://nodei.co/npm/selenium-cucumber-js.png?downloads=true)](https://www.npmjs.com/package/selenium-cucumber-js)
2-
3-
# 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+
[![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)
43

54
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").
65

features/buy-workwear.feature

100644100755
File mode changed.

features/google-search.feature

100644100755
File mode changed.

img/cucumber-html-report.png

100644100755
File mode changed.

index.js

100644100755
File mode changed.

package.json

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

page-objects/google-search.js

100644100755
File mode changed.

page-objects/mammoth-workwear.js

100644100755
File mode changed.

reports/.gitignore

100644100755
File mode changed.

reports/.gitkeep

100644100755
File mode changed.

runtime/helpers.js

100644100755
File mode changed.

runtime/world.js

100644100755
File mode changed.

shared-objects/test-data.js

100644100755
File mode changed.

shippable.yml

100644100755
File mode changed.

step-definitions/buy-workwear-steps.js

100644100755
File mode changed.

step-definitions/google-search-steps.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)