SpecFlowOSS / SpecFlow.Actions

BSD 3-Clause "New" or "Revised" License
57 stars 53 forks source link

[Playwright] allow JSON comments in specflow.actions.json #61

Open 304NotModified opened 2 years ago

304NotModified commented 2 years ago

It seems that JSON comments are not allowed (yeah I know, not in the JSON "standard"), but those are allowed in appsettings.json?

SabotageAndi commented 2 years ago

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?

304NotModified commented 2 years ago

Yes indeed !