-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support --out http://.... #1395
Conversation
@vincent-psarga any idea why validate-cck is failing? I've merged in master. I'll take a look at the JRuby failures... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: a short question on in-progress code.
I think it's due to the removal of JSON gem. I'll fix that. |
You should be able to merge master again and get the build working (except for Windows for the moment) |
Summary
Enables Cucumber to send results directly to a HTTP server
Details
Converts a string starting with
^http
to a customIO
object that performs a HTTP requestMotivation and Context
We want to make it easy for users to publish their results to external services. Allowing users to specify a URL to send results to should help.
I'm fully aware that this is a fragile solution:
We will also provide guidelines about alternative, more robust mechanisms to publish results, such as:
How Has This Been Tested?
With WEBrick
Screenshots (if appropriate):
Types of changes
Checklist: