eclipse-sparkplug / sparkplug

Sparkplug
Eclipse Public License 2.0
114 stars 39 forks source link

Improve test state handling in console #466 #472

Closed icraggs-sparkplug closed 1 year ago

icraggs-sparkplug commented 1 year ago

This PR improves the test state handling when starting a test. It waits for a "test started successfully" message from the test before assuming that the test has in fact started, unlike before.

I think this doesn't fix everything but is a step in the right direction.