Christian Vasquez Posted on Dec 23, 2017 What testing tools/frameworks does the DEV team use? 🤔 #discuss #testing #tools If so, why? Did you guys try different ones before deciding to stick to X or Y? Top comments (5) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Ben Halpern Ben Halpern Ben Halpern Follow A Canadian software developer who thinks he’s funny. Email ben@forem.com Location NY Education Mount Allison University Pronouns He/him Work Co-founder at Forem Joined Dec 27, 2015 • Dec 23 '17 Dropdown menu Copy link Hide rspec/Capybara. Our front end is currently only tested through rspec feature tests but that should change soon. Collapse Expand Christian Vasquez Christian Vasquez Christian Vasquez Follow Un simple mortal Email christianvasquezmelo@gmail.com Location Santo Domingo, Dominican Republic Education Software Engineering Work Software Developer Joined Feb 22, 2017 • Dec 23 '17 • Edited on Dec 23 • Edited Dropdown menu Copy link Hide Any Continuous Integration tools like Jenkins/ CircleCI/TeamCity? Collapse Expand Ben Halpern Ben Halpern Ben Halpern Follow A Canadian software developer who thinks he’s funny. Email ben@forem.com Location NY Education Mount Allison University Pronouns He/him Work Co-founder at Forem Joined Dec 27, 2015 • Dec 23 '17 Dropdown menu Copy link Hide 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. Ben Halpern Ben Halpern Ben Halpern Follow A Canadian software developer who thinks he’s funny. Email ben@forem.com Location NY Education Mount Allison University Pronouns He/him Work Co-founder at Forem Joined Dec 27, 2015 • Dec 23 '17 Dropdown menu Copy link Hide 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 Expand Petar Å lat Petar Å lat Petar Å lat Follow Location Zagreb, Croatia Work Software Engineer Joined Aug 17, 2017 • Dec 24 '17 Dropdown menu Copy link Hide GitLab + Jenkins + Ansible; Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
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;