Fixed flaky tests not being displayed correctly if a test suite spanned multiple devices and shards
ew-cli 0.9.9
Added the --async flag to ew-cli which will make it return immediately after starting the test run. The test results
will be posted back to GitHub when GitHub integration is used. This is useful for CI systems where you want to save build
minutes by running emulator.wtf in parallel with other tasks.
GitHub integration
Added an option to log in with GitHub OAuth to emulator.wtf web UI.
Fixed PR comments not showing up for GitHub Actions builds triggered with the pull_request option.
gradle-plugin 0.11.0
Added async option to Gradle plugin which will make it return immediately after starting the test run. The test results
will be posted back to GitHub when GitHub integration is used. This is useful for CI systems where you want to save build
minutes by running emulator.wtf in parallel with other tasks.
Bumped default ew-cli to 0.9.9
GitHub run-tests action 0.9.1
Added async flag to the run-tests action, behaviour is similar to the
ew-cli and gradle-plugin options above.