UNPKG

cucumber-protractor

Version:

POM CukeTractor - Bootstrap your cucumber tests with cucumber, protractor and a structured way of creating page objects and component objects

6 lines (4 loc) 164 B
const { Given, When, Then } = require('cucumber'); Given(/^some state$/, function() { // return this.getCurrentPage().yourCustomMethodThatReturnsAPromise(); });