Skip to content
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

Release json-formatter as Docker image #785

Closed
aslakhellesoy opened this issue Nov 1, 2019 · 7 comments
Closed

Release json-formatter as Docker image #785

aslakhellesoy opened this issue Nov 1, 2019 · 7 comments
Labels
⌛ stale Will soon be closed by stalebot unless there is activity json-formatter The `cucumber-json-formatter` executable 🔧 build Related to build / release process

Comments

@aslakhellesoy
Copy link
Contributor

This will remove some of the portability problems using the standalone formatter

@aslakhellesoy aslakhellesoy added 🔧 build Related to build / release process json-formatter The `cucumber-json-formatter` executable labels Nov 1, 2019
@stale
Copy link

stale bot commented Dec 31, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.

@stale stale bot added the ⌛ stale Will soon be closed by stalebot unless there is activity label Dec 31, 2019
@aslakhellesoy aslakhellesoy removed the ⌛ stale Will soon be closed by stalebot unless there is activity label Dec 31, 2019
@stale
Copy link

stale bot commented Feb 29, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.

@stale stale bot added the ⌛ stale Will soon be closed by stalebot unless there is activity label Feb 29, 2020
@stale
Copy link

stale bot commented Mar 7, 2020

This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective.

@stale stale bot closed this as completed Mar 7, 2020
@iomedico-beyer
Copy link

I just created an image myself and documented it here:
https://stackoverflow.com/a/72868618/1948252

@aurelien-reeves
Copy link
Contributor

Hey @iomedico-beyer

Nice to see that you figured out a simple solution by yourself.

I would like to ask: why do you need the cucumber-json-formatter? I understood that you need it to convert NDJSON messages into the "legacy" JSON format.

What don't you generate the JSON directly from cucumber itself?

I know, at some point we have deprecated the JSON formatter. But it is not the case anymore, you will be able to rely on it in future version, as usual

@iomedico-beyer
Copy link

Hi @aurelien-reeves

I am using @badeball/cypress-cucumber-preprocessor which only can output NDJSON and needs me to use that binary to convert it into JSON.

@badeball wrote: “I've refactored my implementation to output messages, because that was significantly easier implementation wise”.
So it’s not Cucumber writing those NDJSON messages here.

@aurelien-reeves
Copy link
Contributor

Thanks for the info 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌛ stale Will soon be closed by stalebot unless there is activity json-formatter The `cucumber-json-formatter` executable 🔧 build Related to build / release process
Projects
None yet
Development

No branches or pull requests

3 participants