Aaron Train

Results 18 issues of Aaron Train

Hello, I've noticed that when a Fatal exception occurs on Firebase Test Lab (e.g, ![Screenshot 2022-12-19 at 10 54 50 AM](https://user-images.githubusercontent.com/102331/208466682-7a1047c0-c193-4230-bb25-ab217c56209a.png) These are simply recorded in the `matrix_ids.json` file as...

Feature

Hello, I am trying out your Github Action with a fairly simple workflow [1]. On the particular step for this action it yields: ```Cannot read property _values of undefined``` [1]...

On the event of crashing shards (e.g, native Android crashes) reported, these are treated as device failures and not test result failures. Within `matrix_ids.json`, could report something like: ```json "axes":...

Feature

Currently, Flank copies/generates: * `CostReport.txt` * `FullJUnitReport.xml` * `JUnitReport.xml` * `MatrixResultsReport.txt` * `matrix_ids.json` * `session_id.txt` For a Robo Test run on Android, I recently noticed Firebase team is now generating...

Feature

```XML ... ``` Shouldn't `flakes` attribute be `1` in this case? This is with `v23.10.1`. Our Flank config specifies `num-flaky-test-attempts: 1` with `full-junit-result: true` under the `Flank` section.

Bug

Noticed in `matrix_ids.json` that `isRoboTest` is never set to `true` for Robo Test matrices as part of the `TestMatrix.Data` object. We currently do result processing and parse through `matrix_ids.json` for...

Bug

It would be great if this can be supported as supposedly `--no-resign` can help with Compose interactions. From Firebase Community > If you are using gcloud, you can pass --no-resign...

Feature

Our CI captures artifacts generated from Flank. For instrumentation, the generated report from `ReportManager.kt` is fine. It would be great if it can also be adjusted to accommodate Robo test...

Feature