Skip to content

Demo of protractor tests for a simple angular application

Notifications You must be signed in to change notification settings

felipeauol/protractor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protractor-demo

Demo of protractor tests for a simple angular application

Setup

  1. git clone https://github.com/felipeauol/protractor-demo.git && cd protractor-demo
  2. npm install to install node modules
  3. npm install protractor -g to install protractor globally
  4. webdriver-manager update to update and install the web driver
  5. webdriver-manager start to start the selenium web driver

Running the tests

npm run test

Results

About

Demo of protractor tests for a simple angular application

Resources

Stars

Watchers

Forks