Interface IPublishConfig

Options relating to publication to https://reports.cucumber.io

interface IPublishConfig {
    token: string;
    url: string;
}

Properties

Properties

token: string

Access token for the Cucumber Reports service

url: string

Base URL for the Cucumber Reports service

Generated using TypeDoc