Set outputs for plugin-test action
- Dominant language
- JavaScript
- Stars
- 163
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
As a developer I would like to have the output from the plugin test command to validate my test results as part of the workflow. The improvement to the plugin action could be like:
```yaml
...
outputs:
stdout:
description: "An array of stdout lines the test command"
stderr:
description: "An array of stderr of the test command"
debug:
description: "An array of debug lines of the test command"
```
The output essentially are the lines from the `exec.exec(...)`
Contributor guide
Research direction
Start at the plugin-test action entry point and its exec.exec(...) call; inspect how stdout, stderr, and debug lines are currently captured. Define the three action outputs shown in the issue and verify that they expose the test command’s lines in a workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100