1 2 3 4 5 6 7 8
const { Then } = require('cucumber') require('chai').should() Then('I can choose the should syntax', function () { const boolean = true boolean.should.be.true })