Skip to content

Tutorial for Protractor e2e testing in AngularJS apps for CEN3031

Notifications You must be signed in to change notification settings

spuleri/e2e_testing_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2e_testing_tutorial

####Tutorial for Protractor e2e testing in AngularJS apps for CEN3031

  • You can use Protractor as a demo-ing tool as well as an e2e testing tool!

####Resources for Protractor:

####Installation Install Protractor (follow "Setup" instructions):
http://angular.github.io/protractor/#/

######Running this demo First clone this repo:

$ git clone https://github.com/spuleri/e2e_testing_tutorial.git

Install dependencies (only express):

$ npm install

You will need to do the following in seperate terminal tabs/windows-
First start the Selenium Server:

$ webdriver-manager start

Start the application:

$ node server.js

Finally, start Protracting!

$ protractor conf2.js

About

Tutorial for Protractor e2e testing in AngularJS apps for CEN3031

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published