bitrise icon indicating copy to clipboard operation
bitrise copied to clipboard

Generic solution for accessing base information about steps / step results

Open viktorbenei opened this issue 9 years ago • 0 comments

As noted here https://github.com/bitrise-io/steps-xcode-test/issues/8 it would be great to have a generic solution to get at least a Step's status from another Step. This could be used to send status information in web hooks or messages (email / Slack).

Would be good:

  • get the first failed step's title/id (if any)
  • get a specific step's result (success/failed/skipped/...)
  • get a full step-results summary, similar to the summary printed at the end of a bitrise run

viktorbenei avatar Sep 21 '15 11:09 viktorbenei