Tyler-Keith-Thompson / CucumberSwift

A lightweight swift Cucumber implementation
https://tyler-keith-thompson.github.io/CucumberSwift/documentation/cucumberswift/
MIT License
74 stars 19 forks source link

Fix for Cucumber export JSON have missing Property's #60 #61

Closed bitsmakerde closed 1 year ago

bitsmakerde commented 1 year ago

I added the support for the missing prompters for the JSON export.

I added a JSONSchema check and add a Cucumber JSON Schema to check is the export conform to it

Tyler-Keith-Thompson commented 1 year ago

Thanks for the MR! This looks good, I may have a couple comments.

bitsmakerde commented 1 year ago

I commit the changes.