2023-05-07
emulator.wtf web app
Fixed flaky tests not being displayed correctly if a test suite spanned multiple devices and shards
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_requestoption.
ew-cli 0.9.9
- Added the
--asyncflag toew-cliwhich 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.
gradle-plugin 0.11.0
- Added
asyncoption 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-clito0.9.9
GitHub action emulator-wtf/run-tests@v0.9.1
- Added
asyncflag to therun-testsaction, behaviour is similar to theew-cliandgradle-pluginoptions above. - Bumped default
ew-clito0.9.9