@testream/playwright-reporter 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  Bridges Playwright test runs from your codebase into Jira with Testream. Once configured, it uploads results automatically.
4
4
 
5
5
  - **Docs:** https://testream.github.io/docs/reporters/playwright
6
- - **Docs repository:** https://github.com/testream/docs
7
6
 
8
7
  ## Quick Start
9
8
 
@@ -19,7 +18,6 @@ export default defineConfig({
19
18
  reporter: [
20
19
  ['@testream/playwright-reporter', {
21
20
  apiKey: process.env.TESTREAM_API_KEY,
22
- projectKey: 'PROJ',
23
21
  uploadEnabled: true,
24
22
  }],
25
23
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testream/playwright-reporter",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Playwright plugin to upload test results to Testream",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",