Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```