A tool to find out where bugs come from in ui-kit
- Create a branch
- Write a test that fails on the first commit you know where the issue is.
- Leap in the past and find a commit where the test do pass.
- Commit your test into your branch
- Go to the workflow and run it with:
- Use workflow from
yourBranch
- The latest known good commit
- The latest known bad commit
- Use workflow from
- Go grab some coffee
- Check the logs, the commit introducing the issue should've been found!