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 2, 2018. It is now read-only.
I am not too familiar with testing, but I would think that we want to test any interaction that the user can make with the app. Also, we want to extensively test the parsers.
Travis is Continuos Integration service, that is, it runs the test for you every time you push to GitHub (if configured to do so).
Parsers could be tested through unit tests with the tools I mentioned.
The other thing is called end-to-end (or integration) testing. I have some experience in unit testing.
What I like is code coverage, since they report about how much is tested. You know the pareto law ;-)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be good to have automated testing so that we don't break things unintentionally.
First, what service should we use?
The text was updated successfully, but these errors were encountered: