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 Oct 7, 2021. It is now read-only.
Curious if you've thought about using the test conventions of different frameworks to try automatically running the test suites. It seems like this could potentially capture many more application queries than the crawling approach. Of course in some cases this would be partially defeated by mocking, but it still seems like an interesting direction. I may have time to do some hacking on this if there's interest.
The text was updated successfully, but these errors were encountered:
As we try to drive the database applications in the real world way, it may not be feasible to try test suites, since it may bypass the front-end and ignores some logic functionality.
I'm not sure I understand the comment. They probably do bypass the frontend, but it's also likely they are testing backend logic that the frontend would be using anyway.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Curious if you've thought about using the test conventions of different frameworks to try automatically running the test suites. It seems like this could potentially capture many more application queries than the crawling approach. Of course in some cases this would be partially defeated by mocking, but it still seems like an interesting direction. I may have time to do some hacking on this if there's interest.
The text was updated successfully, but these errors were encountered: