donobu 2.28.0 → 2.28.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.
@@ -1 +1 @@
1
- 1281
1
+ 1282
@@ -1 +1 @@
1
- 1281
1
+ 1282
@@ -262,7 +262,7 @@ jobs:
262
262
  SLACK_WEBHOOK_URL: \${{ secrets.SLACK_WEBHOOK_URL }}
263
263
  run: |
264
264
  WORKFLOW_URL="\${GITHUB_SERVER_URL}/\${GITHUB_REPOSITORY}/actions/runs/\${GITHUB_RUN_ID}"
265
- SLACK_PAYLOAD=$(npx exec playwright-json-to-slack-json --report-url "$WORKFLOW_URL" < "test-results/playwright-report.json")
265
+ SLACK_PAYLOAD=$(npm exec playwright-json-to-slack-json -- --report-url "$WORKFLOW_URL" < "test-results/playwright-report.json")
266
266
  curl --header 'Content-type: application/json' --data "$SLACK_PAYLOAD" "$SLACK_WEBHOOK_URL"
267
267
  ${pullRequestCreationSection}`;
268
268
  }
@@ -262,7 +262,7 @@ jobs:
262
262
  SLACK_WEBHOOK_URL: \${{ secrets.SLACK_WEBHOOK_URL }}
263
263
  run: |
264
264
  WORKFLOW_URL="\${GITHUB_SERVER_URL}/\${GITHUB_REPOSITORY}/actions/runs/\${GITHUB_RUN_ID}"
265
- SLACK_PAYLOAD=$(npx exec playwright-json-to-slack-json --report-url "$WORKFLOW_URL" < "test-results/playwright-report.json")
265
+ SLACK_PAYLOAD=$(npm exec playwright-json-to-slack-json -- --report-url "$WORKFLOW_URL" < "test-results/playwright-report.json")
266
266
  curl --header 'Content-type: application/json' --data "$SLACK_PAYLOAD" "$SLACK_WEBHOOK_URL"
267
267
  ${pullRequestCreationSection}`;
268
268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donobu",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "description": "Create browser automations with an LLM agent and replay them as Playwright scripts.",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/esm/main.js",