https://github.com/eddywashere/protractor-starter
get started with protractor and gulp
https://github.com/eddywashere/protractor-starter
Last synced: 4 months ago
JSON representation
get started with protractor and gulp
- Host: GitHub
- URL: https://github.com/eddywashere/protractor-starter
- Owner: eddywashere
- Created: 2015-04-23T01:35:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T06:48:41.000Z (about 10 years ago)
- Last Synced: 2025-01-23T20:47:33.858Z (5 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protractor Starter
[](https://travis-ci.org/eddywashere/protractor-starter)
This repo has boilerplate code for getting started with Protractor & Protractor w/ Gulp.
## Install Dependencies
Requires node > 0.10.x.
```
npm install
```## Run all tests
Using just protractor
```
protractor protractor.conf.js
```Using gulp
```
gulp protractor
```## Run all tests from a suite
```
protractor protractor.conf.js --suite sample
``````
gulp protractor --suite sample
```## Use npm test
```
npm test
```