Skip to content

andresdominguez/protractor-codelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protractor codelab

Protractor codelab

See the slides

Installation instructions

# Clone this repo
$ git clone https://github.com/andresdominguez/protractor-codelab.git
$ cd protractor-codelab

# Install dependencies
$ npm install

How to run test tests

The tests run against an Angular application. To start the Angular application run the following command:

$ npm run server

Once the server is running you need to run the protractor tests. Open a new terminal window and run the following command:

$ npm run test

If you get an error

You may get an error while installing protractor. Here is the workaround:

# Install protractor
$ npm install protractor -g
$ webdriver-manager update

# Run the tests, run on protractor-codelab
$ protractor

About

Protractor codelab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published