DEV Community

Discussion on: What testing tools/frameworks does the DEV team use? πŸ€”

Collapse
 
ben profile image
Ben Halpern

Yep, CodeShip. I'm pretty happy with our flow. Lots of trust in the test suite so it's easy to push confidently. Still room for improvement, but we're in a better place than ever.

Thread Thread
 
ben profile image
Ben Halpern

Oh we also use CodeClimate to measure test coverage and do static analysis for quality. Both metrics play a role in our merging/deployment process.