@estruyf/github-actions-reporter
Advanced tools
Comparing version 1.9.1 to 1.9.2-beta.1068370
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.9.2] | ||
- [#20](https://github.com/estruyf/playwright-github-actions-reporter/issues/20): Added `GitHubActionOptions` as export | ||
## [1.9.1] | ||
@@ -7,0 +11,0 @@ |
/// <reference types="node" /> | ||
import type { Reporter, FullConfig, Suite, TestCase, FullResult, TestResult } from "@playwright/test/reporter"; | ||
import { GitHubActionOptions } from "./models"; | ||
export { GitHubActionOptions } from "./models"; | ||
declare class GitHubAction implements Reporter { | ||
@@ -5,0 +6,0 @@ private options; |
{ | ||
"name": "@estruyf/github-actions-reporter", | ||
"version": "1.9.1", | ||
"version": "1.9.2-beta.1068370", | ||
"description": "GitHub Actions reporter for Playwright", | ||
@@ -49,2 +49,2 @@ "main": "dist/index.js", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36676
757
1