You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
I think some simple sanity checks will go a long way without reducing flexibility. If any of the sites listed undergo a major change and it breaks these tests, that test should be quickly removed or replaced without too much pain. The required tests against those sites seem to be fairly simple and probably should stay that way.
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:
Here are my pending tasks for implementing these tests:
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.
The text was updated successfully, but these errors were encountered: