Updates Playwright Jira reporter and pool

Updates the Playwright Jira reporter version to the latest.

Changes the Azure DevOps pipeline pool to AmazonLinuxPool.
This commit is contained in:
maguire-arman 2025-08-01 13:19:07 -04:00
parent d42371683c
commit 4eb9bf657d
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ schedules:
branches: branches:
include: include:
- develop - develop
pool: 'Default' pool: 'AmazonLinuxPool'
variables: variables:
# - group: Digital-Infrastructure # - group: Digital-Infrastructure

View file

@ -22,7 +22,7 @@
"eslint": "^9.28.0", "eslint": "^9.28.0",
"luxon": "^3.6.1", "luxon": "^3.6.1",
"ortoni-report": "^3.0.2", "ortoni-report": "^3.0.2",
"playwright-jira-reporter": "^1.0.4", "playwright-jira-reporter": "^1.0.9",
"safelite-playwright-core": "^1.0.26", "safelite-playwright-core": "^1.0.26",
"typescript": "^5.8.3" "typescript": "^5.8.3"
} }
@ -3006,9 +3006,9 @@
} }
}, },
"node_modules/playwright-jira-reporter": { "node_modules/playwright-jira-reporter": {
"version": "1.0.4", "version": "1.0.9",
"resolved": "https://pkgs.dev.azure.com/Safelite/Digital/_packaging/DigitalQA/npm/registry/playwright-jira-reporter/-/playwright-jira-reporter-1.0.4.tgz", "resolved": "https://pkgs.dev.azure.com/Safelite/Digital/_packaging/DigitalQA/npm/registry/playwright-jira-reporter/-/playwright-jira-reporter-1.0.9.tgz",
"integrity": "sha1-uwnLFtj3Pnq5XXMFotlfHItucAw=", "integrity": "sha1-o6+EHQlQ/jY4BtWKA6gSJ5mwK6A=",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {

View file

@ -30,7 +30,7 @@
"eslint": "^9.28.0", "eslint": "^9.28.0",
"luxon": "^3.6.1", "luxon": "^3.6.1",
"ortoni-report": "^3.0.2", "ortoni-report": "^3.0.2",
"playwright-jira-reporter": "^1.0.4", "playwright-jira-reporter": "^1.0.9",
"safelite-playwright-core": "^1.0.26", "safelite-playwright-core": "^1.0.26",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },