bitrise-steplib / steps-virtual-device-testing-for-android

MIT License
22 stars 23 forks source link

Exporting the test failure reason in VDTESTING_FAILURE_REASON #86

Open kevalpatel2106 opened 1 year ago

kevalpatel2106 commented 1 year ago

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

This PR changes the step to export VDTESTING_FAILURE_REASON when the UI test fails. This allows the developers to use the environment variable to utilise the failure reason in the next steps. e.g. They can put the failure reason in the slack messages to identify failure the reasons easily. Or retrigger workflow if the test failed because of recoverable reason (i.e. Crashed).

Changes

Updated main.go to export VDTESTING_FAILURE_REASON using envman with the failure reason (which is the same as what we display in the outcome summary.)

Investigation details

No alternative solutions were considered.

Decisions