File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.9.2]
6+
7+ - [ #20 ] ( https://github.com/estruyf/playwright-github-actions-reporter/issues/20 ) : Added ` GitHubActionOptions ` as export
8+
59## [ 1.9.1]
610
711- [ #20 ] ( https://github.com/estruyf/playwright-github-actions-reporter/issues/20 ) : Add declaration file to the package
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import type {
99} from "@playwright/test/reporter" ;
1010import { processResults } from "./utils/processResults" ;
1111import { GitHubActionOptions } from "./models" ;
12+ export { GitHubActionOptions } from "./models" ;
1213
1314class GitHubAction implements Reporter {
1415 private suite : Suite | undefined ;
You can’t perform that action at this time.
0 commit comments