oliyh / doo-chrome-devprotocol

A runner for doo which runs tests in Chrome, using the Chrome Dev Protocol with no need for karma or npm.
27 stars 0 forks source link

Needs to work with async tests #2

Closed oliyh closed 6 years ago

oliyh commented 6 years ago

Wait for the exit to happen rather than assuming it happens synchronously. Probably log some special message which delivers a promise on the Java side.