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
Gabriel Soler -
Ingo Steinke, web developer -
Shafayet Hossain -
Sebastian Clavijo Suero -
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;