If so, why?
Did you guys try different ones before deciding to stick to X or Y?
If so, why?
Did you guys try different ones before deciding to stick to X or Y?
For further actions, you may consider blocking this person and/or reporting abuse
Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.
Mike Young -
Kartik Mehta -
JennyThomas498 -
Radzion Chachura -
Top comments (5)
rspec/Capybara. Our front end is currently only tested through rspec feature tests but that should change soon.
Any Continuous Integration tools like Jenkins/ CircleCI/TeamCity?
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.
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.
GitLab + Jenkins + Ansible;