SpecFlow.Actions
SpecFlow.Actions copied to clipboard
[Playwright] allow JSON comments in specflow.actions.json
It seems that JSON comments are not allowed (yeah I know, not in the JSON "standard"), but those are allowed in appsettings.json?
We changed most parts of the reading of the specflow.actions.json to use ConfigurationBuilder. But not the Playwright Action yet.
But this should allow comments, or?
Yes indeed !