json-formatter icon indicating copy to clipboard operation
json-formatter copied to clipboard

Provides a language-agnostic command-line tool to convert cucumber messages into a JSON document.

Results 24 json-formatter issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/onsi/ginkgo](https://redirect.github.com/onsi/ginkgo) | `v1.16.5` -> `v2.23.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo/v2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo/v2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/cucumber/common/messages/go/v18](https://redirect.github.com/cucumber/common) | `v18.0.0` -> `v19.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcucumber%2fcommon%2fmessages%2fgo%2fv18/v19.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcucumber%2fcommon%2fmessages%2fgo%2fv18/v19.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cucumber-compatibility-kit](https://togithub.com/cucumber/compatibility-kit) ([changelog](https://togithub.com/cucumber/compatibility-kit/blob/main/compatibility-kit/CHANGELOG.md)) | `"~> 9.0"` -> `"~>...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cucumber](https://cucumber.io/) ([source](https://togithub.com/cucumber/cucumber-ruby), [changelog](https://togithub.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md)) | `"~> 8.0.0"` ->...

Even if it's not able to populate all fields it would be a great help as it would allow use of others tools like react-cucumber with existing cuke Json files.

Getting panic error when executing the standalone cucumber-json-formatter inside docker container. Using version 19.0.0 (cucumber-json-formatter-linux-amd64) panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1...

### 👓 What did you see? There's a difference in outputted JSON from `cucumber-js` compared to its messages piped through `cucumber-json-formatter`. ### ✅ What did you expect to see? The...

### 👓 What did you see? There's a difference in outputted JSON from `cucumber-js` compared to its messages piped through `cucumber-json-formatter`. ### ✅ What did you expect to see? The...

### 👓 What did you see? There's a difference in outputted JSON from `cucumber-js` compared to its messages piped through `cucumber-json-formatter` when the scenario outline contains a parameter. ### ✅...

This project was setup to facilitate a migration away from the JSON report format so it could be deprecated gracefully. Unfortunately the JSON report is more entrenched than expected. As...