Skip to content

colingreene28/e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2e

The end-to-end tests for app.wipster.io.

Prerequisite

Firstly, you will need to have Node[1] installed.

You will also need to install the following:

###Protractor

Install Protractor[2] globally

npm install -g protractor

This will install two command line tools, protractor and webdriver-manager.

Use the webdriver-manager tool to download the necessary binaries.

webdriver-manager update

###TSD

TSD[3] is a TypeScript definition manager, install it globally:

 npm install -g tsd

Getting Started

Getting started should be as simple as running these commands from the root of the project

npm install
grunt

and to run the tests

protractor conf.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published