MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / registerBasicSteps

Function registerBasicSteps

test/unit/bdd_test.js:456–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

454 `
455
456 const registerBasicSteps = () => {
457 Given(/I have product with (\d+) price/, () => {})
458 When('I go to checkout process', () => {})
459 }
460
461 const removeListeners = events => {
462 for (const name of events) event.dispatcher.removeAllListeners(name)

Callers 1

bdd_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected