UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

15 lines (14 loc) 291 B
/** * Options relating to publication to https://reports.cucumber.io * @public */ export interface IPublishConfig { /** * Base URL for the Cucumber Reports service */ url: string; /** * Access token for the Cucumber Reports service */ token: string; }