@argos-ci/playwright 3.1.0 → 3.1.1-alpha.0

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
@@ -126,7 +126,8 @@ async function getParallelFromConfig(config) {
126
126
  }
127
127
  return {
128
128
  total: config.shard.total,
129
- nonce: argosConfig.parallelNonce
129
+ nonce: argosConfig.parallelNonce,
130
+ index: config.shard.current
130
131
  };
131
132
  }
132
133
  class ArgosReporter {
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": "3.1.0",
4
+ "version": "3.1.1-alpha.0+d1a818a",
5
5
  "author": "Smooth Code",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -43,13 +43,13 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@argos-ci/browser": "2.1.2",
46
- "@argos-ci/core": "2.2.0",
46
+ "@argos-ci/core": "2.2.1-alpha.7+d1a818a",
47
47
  "@argos-ci/util": "2.0.0",
48
48
  "chalk": "^5.3.0",
49
49
  "debug": "^4.3.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@argos-ci/cli": "2.1.0",
52
+ "@argos-ci/cli": "2.1.1-alpha.7+d1a818a",
53
53
  "@argos-ci/playwright": "workspace:.",
54
54
  "@playwright/test": "^1.43.0",
55
55
  "@types/debug": "^4.1.12",
@@ -61,5 +61,5 @@
61
61
  "test": "pnpm exec -- playwright test",
62
62
  "e2e": "UPLOAD_TO_ARGOS=true pnpm run test"
63
63
  },
64
- "gitHead": "ee9a8f3dbfdf57820a81b598eb33d95e23968c81"
64
+ "gitHead": "d1a818aeee5bcba93c0492be43704f8c3682222e"
65
65
  }