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

External data plugin, support for JSON files #2700

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

mharwig
Copy link

@mharwig mharwig commented Mar 22, 2023

The PR extends the External Data Plugin to support JSON files, analogous to added support for excel/csv in #2429.

Code for handling the json is heavily based on https://github.com/kazantsev033/SpecFlow.Contrib.JsonData by @kazantsev033, but support was added for nested arrays of json objects.

The new concept is demonstrated by the /Plugins/SpecFlow.ExternalData/sample/ExternalDataSample/Features/ExternalDataFromJson.feature file.

Checklist:

  • I've added tests for my code. (most of the time mandatory)

  • I have added an entry to the changelog. (mandatory)

  • My change requires a change to the documentation.

  • I have updated the documentation accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant