DEV Community

Abhimanyu Singh
Abhimanyu Singh

Posted on

Run tests 2-3x faster on average

I have been working on rspec-tracer that allows you to detect flaky tests with no additional effort and provides better insights on dependencies between various components in your project by analyzing specs and their dependencies by generating HTML reports. The gem safely skips all such tests with no dependent files changed, resulting in at least 2-3x faster test execution on average.

https://github.com/avmnu-sng/rspec-tracer

Top comments (0)