-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on code coverage support for manual UI tests #520
Comments
This sounds well beyond the scope of
Theoretically with that many manual tests you're beyond the acceptance level and are exercising your entire app. My guess is that if code is not hit in those tests, it is dead code, not being used in your app. FWIW, a naive suggestion is to looking into some sort of automated acceptance testing. I'm going to close this for now, since like I said it sounds well out of scope of this project and org (unless I'm missing something). Good luck! |
Thanks @JaKXz . Even with an automated UI test suite, sounds like its beyond the scope of this project as well. |
@quincycs worth noting that nyc can stitch together multiple test run outputs into a single report; while I don't think we'll add this specific use-case to the project, it would be worth you looking at:
|
Thanks so much. That sounds great :) |
Hi
My app has a big suite of manual UI tests that we run by our own fingers. I would find it interesting to know how much code coverage we are achieving with our current process. It takes about 3.5 days of 3 engineers to run our 700+ tests. The app shuts down in between test cases.
Curious if you all have any suggestions.
The text was updated successfully, but these errors were encountered: