Aaron Train
Aaron Train
Hello, I've noticed that when a Fatal exception occurs on Firebase Test Lab (e.g,  These are simply recorded in the `matrix_ids.json` file as...
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":...
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...
```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.
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...
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...
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...