You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hadn't seen that feature, probably needs an update of the cucumber lib.
I'm on the cusp of freeing up some time which will allow me to do some more
work on this plugin.
PhantomJS 1.9.8 (Mac OS X 0.0.0) LOG: 'Given'
WARN [PhantomJS 1.9.8 (Mac OS X 0.0.0)]: Disconnected (1 times), because no message in 10000 ms.
Feature:
Feature text
More feature text
Scenario: Scenario text
Given a
When b
Then c
scenario.Given(/^a$/, function () {
console.log('Given');
console.log('leaving Given');
});
scenario.When(/^b$/, function () {
console.log('When');
console.log('leaving When');
});
—
Reply to this email directly or view it on GitHub #18.
Does karma-cucumberjs not support synchronous step definitions like cucumber-js does?
https://github.com/cucumber/cucumber-js#synchronous-step-definitions
I never get to when in the below example:
The text was updated successfully, but these errors were encountered: