UNPKG

@serenity-js/cucumber

Version:

Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities

2 lines (1 loc) 56 B
export type Constructor<T> = new (...args: any[]) => T;