/ProtractorWithoutBackend

Using Protractor for UI tests without a backend

Primary LanguageJavaScript

ProtractorWithoutBackend

Using Protractor for UI tests without a backend.

This is the sample application used to demonstrate Protractor UI tests with a mocked out back-end, as described in these post:

https://www.committedcoder.com/using-protractor-mocks-pt-1.html

https://www.committedcoder.com/using-protractor-mocks-pt-2.html

Prerequisites

Install nodejs

Running the sample

Run npm install to install dependencies.

This will install protractor and a few grunt tasks - one task control IIS Express and one task to run Protractor.

Then run npm test to run the tests.