Skip to content

Commit

Permalink
Updated version to v4.0.0
Browse files Browse the repository at this point in the history
Updated other npm dependencies.
Updated README and CHANGELOG.
Added webdriver update scripts task in package.json
  • Loading branch information
Rahul Raut committed Mar 2, 2017
1 parent 4a97325 commit ffb1070
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0]
- Upgraded Protractor version to '^5'
- Updated README for selenium jar location
- Updated dependencies

## [2.4.0]
- Upgraded Protractor version to '3.3.0'

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# MAINTAINER NEEDED (See [Issue 125](https://github.com/mllrsohn/gulp-protractor/issues/125))

# gulp-protractor [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]

> Run your [angular protractor](https://github.com/angular/protractor) tests with [gulp](https://github.com/wearefractal/gulp)
Expand Down Expand Up @@ -37,7 +35,7 @@ To do that, simply point to the selenium jar in the protractor config file (you

```javascript
// The file path to the selenium server jar ()
seleniumServerJar: './node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar',
seleniumServerJar: './node_modules/protractor/node_modules/webdriver-manager/selenium/selenium-server-standalone-3.2.0.jar',
// seleniumAddress: 'http://localhost:4444/wd/hub',
```

Expand Down
2 changes: 1 addition & 1 deletion example/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://raw.github.com/angular/protractor/master/example/conf.js
exports.config = {
// The address of a running selenium server.
seleniumServerJar: './node_modules/protractor/selenium/selenium-server-standalone-2.41.0.jar', // Make use you check the version in the folder
seleniumServerJar: './node_modules/protractor/node_modules/webdriver-manager/selenium/selenium-server-standalone-2.41.0.jar', // Make use you check the version in the folder
//seleniumAddress: 'http://localhost:4444/wd/hub',
// Capabilities to be passed to the webdriver instance.
capabilities: {
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
{
"name": "Robbin Habermehl",
"email": "[email protected]"
},
{
"name": "Rahul Raut",
"email": "[email protected]",
"url": "https://github.com/rahulmr"
}
],
"main": "./index.js",
Expand All @@ -25,6 +30,7 @@
"url": "git://github.com/mllrsohn/gulp-protractor.git"
},
"scripts": {
"wd:update": "webdriver-manager update",
"test": "mocha"
},
"dependencies": {
Expand Down

0 comments on commit ffb1070

Please sign in to comment.