UNPKG

playwright-teamcity-reporter

Version:
8 lines 408 B
export type TestStatesType = 'testStarted' | 'testMetadata' | 'testFinished' | 'testIgnored' | 'testFailed'; export type StdType = 'testStdOut' | 'testStdErr'; export type ActionType = 'message' | 'testRetrySupport' | TestStatesType | StdType; export interface ITeamcityReporterConfiguration { testMetadataArtifacts?: string; logConfig?: boolean; } //# sourceMappingURL=teamcity.model.d.ts.map