Skip to content

Commit 6f966de

Browse files
author
John Doherty
committed
updated docs
1 parent ca045e1 commit 6f966de

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.MD

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# selenium-cucumber-js
2+
23
[![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)
34

4-
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").
5+
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").
56

67
## Installation
78

@@ -190,7 +191,7 @@ HTML and JSON reports are automatically generated and stored in the default `./r
190191

191192
### Event handlers
192193

193-
You can register event handlers for the following events within the cucumber lifecycle.
194+
You can register event handlers for the following events within the cucumber life cycle.
194195

195196
| Event | Example |
196197
|----------------|-------------------------------------------------------------|
@@ -245,7 +246,7 @@ You can use the framework without any command line arguments if your application
245246

246247
## Demo
247248

248-
This project includes an example feature file and step definition to help you get started. You can run the example using the following command:
249+
This project includes an example to help you get started. You can run the example using the following command:
249250

250251
```bash
251252
node ./node_modules/selenium-cucumber-js/index.js
@@ -289,4 +290,4 @@ node ./node_modules/selenium-cucumber-js/index.js -s ./features/step_definitions
289290

290291
## License
291292

292-
Licensed under [ISC License](LICENSE) © [John Doherty](https://twitter.com/CambridgeMVP)
293+
Licensed under [ISC License](LICENSE) © [John Doherty](http://www.johndoherty.info)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "selenium-cucumber-js",
3-
"version": "1.3.6",
4-
"description": "A debuggable JS BDD framework that uses the official selenium-webdriver for Node and cucumber-js",
3+
"version": "1.3.7",
4+
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)