This repository was archived by the owner on Feb 9, 2020. It is now read-only.
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
test(e2e): run instrumentation against live sites running Angular #193
Open
Description
To avoid ever releasing a problematic version of Batarang again, I want to run the instrumentation code against a few Angular production apps.
Here's my list of apps:
- https://console.developers.google.com/project
- http://www.istockphoto.com/
- https://docs.angularjs.org
- https://angularjs.org
- https://www.virginamerica.com/
- http://plnkr.co/
Here are my pending tasks for implementing these tests:
- Find a way to have webdriver (via protractor) launch a specific profile of Chrome
- Run these tests before releases, and periodically (maybe once a day) to account for changes in these production apps
I'll need to strike a balance between making tests comprehensive, yet easy to maintain if the app changes in production. The benefit of having better integration tests needs to outweigh the cost of keeping them up-to-date.
Metadata
Metadata
Assignees
Labels
No labels