@argos-ci/playwright 1.0.0 → 1.0.1

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.
package/dist/reporter.mjs CHANGED
@@ -140,7 +140,7 @@ class ArgosReporter {
140
140
  try {
141
141
  await upload({
142
142
  files: [
143
- "*.png"
143
+ "**/*.png"
144
144
  ],
145
145
  root: this.uploadDir,
146
146
  ...this.config
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@argos-ci/playwright",
3
3
  "description": "Visual testing solution to avoid visual regression. Playwright commands and utilities for Argos visual testing.",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "author": "Smooth Code",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -58,5 +58,5 @@
58
58
  "test": "pnpm exec playwright test",
59
59
  "e2e": "WITH_ARGOS_REPORTER=true pnpm run test"
60
60
  },
61
- "gitHead": "f864cced9e48669efab2a35fde612570600b94a7"
61
+ "gitHead": "772629785526eb051bc5f1ccabe927ff9781a7c4"
62
62
  }