Define a step to be used with the "Given" keyword
a Cucumber Expression used to match the step with steps from Gherkin
the function to be executed
Given('I have {int} cukes in my belly', async (t, count) => { // do stuff here}) Copy
Given('I have {int} cukes in my belly', async (t, count) => { // do stuff here})
Define a step to be used with the "Given" keyword