SpecFlowOSS / SpecFlow.Actions

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

[Feature request] : specflow.actions.json documentation #54

Closed DomZZ closed 2 years ago

DomZZ commented 3 years ago

I didn't find a place where this file is documented. Did I miss something ? I am trying to use Selenium Grid 4 with Specflow.Actions.Selenium.

seanrand57 commented 2 years ago

@DomZZ there is a JSON configuration example of specflow.actions.json under the Configuration section in the readme file. This should be detailed enough for examples to build upon as it demonstrates the nesting and json structure that can accommodate capabilities and timeouts.

https://github.com/SpecFlowOSS/SpecFlow.Actions/tree/main/Plugins/SpecFlow.Actions.Selenium

DomZZ commented 2 years ago

thanks @seanrand57 , I tough there was more properties.