The TAP producer output is already pretty strict / clear. We have the added benefit of matching against exactly one producer (“x-test”). Therefore, we can write pretty targeted code to simply look for like ok or not ok patterns. It will ultimately mean the difference between some or no hard dependencies, so it feels worth it to investigate how hard it would be.
The TAP producer output is already pretty strict / clear. We have the added benefit of matching against exactly one producer (“x-test”). Therefore, we can write pretty targeted code to simply look for like
okornot okpatterns. It will ultimately mean the difference between some or no hard dependencies, so it feels worth it to investigate how hard it would be.