Skip to content

Repository with examples that uses Protractor and AngularJS to perform end to end tests.

Notifications You must be signed in to change notification settings

luixaviles/angular-e2e-examples

Repository files navigation

Angular & E2E test examples

Repository with runnable examples that uses Grunt as tasks runner and Protractor as E2E test framework for Angular app.

The project allows to add code in a fast way into client side using generators, as defined in generator-angular-fullstack page.

For more information

To run sample tests

Install grunt with.

npm install -g grunt

Install protractor with.

npm install -g protractor

Download source code from repository with.

git clone https://github.com/luixaviles/angular-e2e-examples.git

Change directory to angular-e2e-examples project with.

cd angular-e2e-examples

Install dependences with.

npm install

Download web-drivers with.

npm run update-webdriver

Run End-to-End (e2e) tests with.

grunt protractor

Contributing

Please feel free to fork the repository and implement a new example for End-to-End testing and send a pull request after that.

License

MIT

About

Repository with examples that uses Protractor and AngularJS to perform end to end tests.

Resources

Stars

Watchers

Forks

Packages

No packages published