-
Notifications
You must be signed in to change notification settings - Fork 28
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 test results as parameters #118
Comments
This is a very specific use case, and I would therefore be hesitant to add it to the standard webhook payload. A very quick look at the API looks like I could make the
And the more involved case:
|
That would be really nice! |
I have a proof of concept working using the build from: this branch
Produces the following:
|
Depends on #31 |
This is available for testing in the v1.2.0-alpha.3 release. |
Hi, I would like to use this plugin to post the test results after a successful build.
Either a summary, e.g. number of
Or even better beside of the above the detailed test results, e.g. an array of objects, where objects contain the result of a single a test. An object could look something like this:
The text was updated successfully, but these errors were encountered: