Paul
February 14, 2022, 7:04pm
#1
Hello. Is there a document that explains how Mayhem can fit in our pipeline?
Hi Paul - sorry for the late response! I thought I responded because someone actually asked that exact question not too long ago, but it looks like I was mistaken!
Check out this thread for details:
We’re working hard on developing an end-to-end workflow showing how Mayhem can help you fuzz your targets and flag builds which have Mayhem issues. See the below for a visual depiction of how this workflow should look:
[image]
In this workflow, we see that Mayhem behavior testing occurs asynchronously, that is, apart from your regularly running jobs. This generates new test cases and uncovers new paths in your applications. Meanwhile, you have regression tests running on merge requests. This …