E2e tests with protactor

Protractor is the main framework in angular to perfom e2e tests. You can find the official documentation here : http://www.protractortest.org/#/

To get to know what a end to end test is in pratice for angular. I recommend this small tutorial https://medium.com/paramsingh-66174/automate-e2e-testing-of-angular-4-apps-with-protractorjs-jasmine-fcf1dd9524d5

That make you test that an app have a title that it should have

How to write good e2e test

Get a better display of tests executions

Debug tests

Last updated