UFWebApps / e2e_testing_tutorial

Tutorial for Protractor e2e testing in AngularJS apps for CEN3031

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 69.0%Language:HTML 30.7%Language:CSS 0.3%