Skip to content

Commit 682fce5

Browse files
committed
Merge branch 'dev'
2 parents ea19fcb + f2aba01 commit 682fce5

File tree

6 files changed

+27
-8
lines changed

6 files changed

+27
-8
lines changed

.github/workflows/release-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release beta
22
on:
33
push:
44
branches:

.github/workflows/release-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release main
22
on:
33
release:
44
types:

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.0.0]
6+
7+
- Initial release

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export default defineConfig({
2525
});
2626
```
2727

28+
> More information on how to use reporters can be found in the [Playwright documentation](https://playwright.dev/docs/test-reporters).
29+
2830
## Configuration
2931

3032
The reporter supports the following configuration options:

package-lock.json

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@estruyf/github-actions-reporter",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "GitHub Actions reporter for Playwright",
55
"main": "dist/index.js",
66
"scripts": {
@@ -22,6 +22,12 @@
2222
"type": "git",
2323
"url": "git+ssh://[email protected]/estruyf/playwright-github-actions-reporter.git"
2424
},
25+
"keywords": [
26+
"playwright",
27+
"github",
28+
"actions",
29+
"reporter"
30+
],
2531
"devDependencies": {
2632
"@playwright/test": "^1.37.0",
2733
"@tsconfig/recommended": "^1.0.2",
@@ -33,4 +39,4 @@
3339
"peerDependencies": {
3440
"@playwright/test": "^1.37.0"
3541
}
36-
}
42+
}

0 commit comments

Comments
 (0)