Custom Step Configuration for Pausing an ATF Test for Debugging
Something I've found helpful in developing ATF tests is having the ability to Pause an ATF test, so that I can see what is happening while a test is in a particular state. Using this method, I've found things that were breaking tests that I don't thi...