Skip to content

Commit ff6b6ac

Browse files
authored
Merge pull request #22 from estruyf/dev
Merge branch 'dev' of github.com:estruyf/playwright-github-actions-re…
2 parents 62b2bad + f472a5d commit ff6b6ac

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All 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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@estruyf/github-actions-reporter",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "GitHub Actions reporter for Playwright",
55
"main": "dist/index.js",
66
"scripts": {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import type {
99
} from "@playwright/test/reporter";
1010
import { processResults } from "./utils/processResults";
1111
import { GitHubActionOptions } from "./models";
12+
export { GitHubActionOptions } from "./models";
1213

1314
class GitHubAction implements Reporter {
1415
private suite: Suite | undefined;

0 commit comments

Comments
 (0)