|
|
|
Show HN: Visual debugger for Rails system tests
(github.com)
|
|
131 points
by waveywhy
776 days ago
|
|
Hey all, I've been working on this side project to get a Cypress.io-like experience, but for Ruby developers.
It's plug-n-play with Capybara system tests, with the following features:
- visualize assertions/commands as they happen
- view all API requests, errors, and logs in the timeline
- pause/continue on any step
- rewind through history with a recorded video This is brand new, so looking for people to start trying it out and leave feedback. |
|
„Magic Test allows you to write Rails system tests interactively through a combination of trial-and-error in a debugger session and also just simple clicking around in the application being tested, all without the slowness of constantly restarting the testing environment.“
I will keep an eye on both now, probably they will compliment each other at some point in time.