Skip to content

lockstep/4G_Clinical_Suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4G Clinical Test Suite

NOTE: This code is based on the Protractor Typescript Example.

Getting started

This package.json references the local protractor directory with "protractor": "file: ../". For the type declarations to work, from the protractor directory run an npm install to generate the declarations file. If you do not have a protractor directory, clone one:

cd ..; git clone git@github.com:angular/protractor.git

Now install your dependencies:

npm install

Make sure you have an updated web driver:

../protractor/bin/webdriver-manager update

Running Specs

First, start your web driver:

../protractor/bin/webdriver-manager start

Then you can run your test suite:

npm test

Specs/Scenarios and spec helpers are in the specs/ directory.

Helpful links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published