DEV Community

Christian Vasquez
Christian Vasquez

Posted on

5 1

What testing tools/frameworks does the DEV team use? 🤔

If so, why?

Did you guys try different ones before deciding to stick to X or Y?

Top comments (5)

Collapse
 
ben profile image
Ben Halpern •

rspec/Capybara. Our front end is currently only tested through rspec feature tests but that should change soon.

Collapse
 
chrisvasqm profile image
Christian Vasquez • • Edited

Any Continuous Integration tools like Jenkins/ CircleCI/TeamCity?

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.

Collapse
 
pekizg profile image
Petar Šlat •

GitLab + Jenkins + Ansible;

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post