Action Output
You can chain GitHub actions together to create awesome workflows.
The TestDriver action outputs the following variables. You can chain mlutliple actions together to post TestDriver results as comments, send an email on failure, or upload them to 3rd party test reporting software.
Output Variable
Description
summary
Contains the TestDriver AI text summary result of the action execution.
link
Link to the Dashcam dash. See Debugging
markdown
Contains the markdown-formatted shareable link. This includes a screenshot of the desktop!
success
Indicates whether the action passed successfully (true
or false
).
Example
Here's an example of creating a comment on the PR after every execution.
Last updated