Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add weblinks to all test output #868

Merged
merged 2 commits into from
Jun 24, 2020

Conversation

RainNapper
Copy link
Contributor

@RainNapper RainNapper commented Jun 24, 2020

Fixes #867

Test Plan

How do we know the code works?

  1. Unit tests pass, and they verify the output and caught the expected changes
  2. Ran locally with default configuration:
$ java -jar ./build/libs/flank.jar firebase test android run
version: local_snapshot
revision: 59772a4256e76ee65ca7b4c04f685891ad3043e5

...
(^ 0) [Tue Jun 23 19:00:32] ~/code/flank (rainnapper/weblink)
$ cat test_runner/results/2020-06-24_01-50-08.293000_MQbb/JUnitReport.xml
<?xml version='1.0' encoding='UTF-8' ?>
<testsuites>
  <testsuite name="NexusLowRes-28-en-portrait" tests="1" failures="0" flakes="0" errors="0" skipped="0" time="0.604" timestamp="2020-06-24T01:51:55" hostname="localhost">
    <testcase name="testPasses" classname="com.example.app.ExampleUiTest" time="0.604">
      <webLink>https://console.firebase.google.com/project/test-lab-test-project/testlab/histories/bh.36620515cd861620/matrices/8792094287040243811/executions/bs.545c75d14b4d4b63/testcases/1</webLink>
    </testcase>
  </testsuite>
</testsuites>

Checklist

  • Documented
  • Unit tested
  • release_notes.md updated

@RainNapper RainNapper force-pushed the rainnapper/weblink branch from 31fb08c to 59772a4 Compare June 24, 2020 00:24
@RainNapper RainNapper force-pushed the rainnapper/weblink branch from 59772a4 to 16e3b5b Compare June 24, 2020 02:09
pawelpasterz
pawelpasterz previously approved these changes Jun 24, 2020
@jan-goral jan-goral merged commit 165f27f into Flank:master Jun 24, 2020
@RainNapper RainNapper deleted the rainnapper/weblink branch June 24, 2020 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Web link missing from successful test results
3 participants