Hello,
I'm working on integrating the
execution of multiple Chromium test suites with GitLab CI, to display
passed/failed tests in a friendly manner, for instance when someone
creates a pull request.
So far, this works fine
with component unit tests running on Android, via a combination of
--gtest-output:xml + --app-data-file-dir + --app-data-file.
I
haven't been able to find an equivalent for Android instrumentation
tests though. Looking at the code in LocalDeviceInstrumentationTestRun, it seems to be able
to pull JSON results, screenshots and a bunch of other stuff, but XML
reports don't seem to be on the list. Is that so or can I make this work
somehow?
Thanks,
Cristina