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