import { Then } from '@cucumber/cucumber' import { should } from 'chai' should() Then('I can choose the should syntax', function () { const boolean = true boolean.should.be.true })