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
The preferred testing tool(s) should be stated in the language/framework-specific conventions.
It should be easy (one command) to run the tests.
The tests should be run as part of continuous integration through CircleCI.
Code coverage should be setup (like SimpleCov for Ruby) and reported after the tests are run. Not sure if we should shoot for a specific code coverage %?
What else?