Introducing bmregression - A versatile Rust-powered regression testing tool

Originally built for BondMachine testing, bmregression is a Rust-powered regression testing tool that has evolved into a versatile solution for any project that generates file outputs. It is very simple to set up and use, and extremely useful for automating regression tests expecially with mixed technologies. Whether you’re testing compilers, data pipelines, code generators, or build systems, bmregression automates the tedious process of comparing current outputs against expected results.

The code is open source and available on GitHub: bmregression GitHub repository. The docs are available at: bmregression Documentation.