BumbleB2na / Angular_Tour-of-Heroes

Following Angular's Tour of Heroes tutorial
0 stars 0 forks source link

Create e2e testing scripts #1

Open BumbleB2na opened 7 years ago

BumbleB2na commented 7 years ago

Use e2e testing that came packaged with Angular QuickStart seed project.

BumbleB2na commented 7 years ago

Thinking that e2e tests, combined with other types of test cases could be used to improve process working with UX, Designers, and other Developers. If e2e testing was ready then a Designer could even be given direct access to project's css and html template files. They could modify html templates as needed to support css changes and run e2e testing to verify that things are still working.