As I saw on official site we can add
Data(table).Scenario("TestName", async (I, current) => {..});
Is there a way to add parameters to Feature instead of scenario?
As I saw on official site we can add
Data(table).Scenario("TestName", async (I, current) => {..});
Is there a way to add parameters to Feature instead of scenario?
No, current version (2.3.6) does not support using Data
for Feature
. It works for Scenario
only.