1 2 3 4 5
import { setWorldConstructor } from 'cucumber' setWorldConstructor(function () { this.names = [] })