Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddywashere/protractor-starter
get started with protractor and gulp
https://github.com/eddywashere/protractor-starter
Last synced: 25 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-23T06:48:41.000Z (over 9 years ago)
- Last Synced: 2024-04-10T09:57:03.787Z (7 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
[![Build Status](https://travis-ci.org/eddywashere/protractor-starter.svg?branch=master)](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
```