[WIP] Use jog
to as the traversal method in filters
#4126
test-smokes-parallel.yml
on: pull_request
jobs-matrix
22s
check-matrix
5s
Matrix: run-smoke-tests
Annotations
49 errors and 100 warnings
Running Tests buckets 19 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 18 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 05 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 10 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 20 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 13 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 14 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 01 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 08 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 04 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 15 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 17 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 07 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 12 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 11 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 09 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 16 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 02 / Run smoke (ubuntu-latest)
Process completed with exit code 1.
|
Running Tests buckets 07 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 08 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 03 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 13 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 12 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 05 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 20 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 10 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 11 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 16 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 04 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 09 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 01 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 06 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 19 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 17 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 14 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 18 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 15 / Run smoke (windows-latest)
Process completed with exit code 1.
|
Running Tests buckets 02 / Run smoke (windows-latest)
Process completed with exit code 1.
|
[chromium] › revealjs-themes.spec.ts:63:5 › Callouts can be customized using SCSS variables:
tests/integration/playwright/tests/revealjs-themes.spec.ts#L66
3) [chromium] › revealjs-themes.spec.ts:63:5 › Callouts can be customized using SCSS variables ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('div.callout-note')
Expected string: "10px"
Received: <element(s) not found>
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('div.callout-note')
64 | await page.goto('./revealjs/callouts/custom-colors.html');
65 | async function checkCustom(loc: Locator, width: string, color: RGBColor) {
> 66 | await expect(loc).toHaveCSS('border-left-width', width);
| ^
67 | await checkColor(loc, 'border-left-color', color);
68 | }
69 | await checkCustom(page.locator('div.callout-note'), '10px', asRGB(128, 0, 128));
at checkCustom (/home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/revealjs-themes.spec.ts:66:23)
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/revealjs-themes.spec.ts:69:9
|
[chromium] › revealjs.spec.ts:71:5 › internal id for links between slides are working:
tests/integration/playwright/tests/revealjs.spec.ts#L1
4) [chromium] › revealjs.spec.ts:71:5 › internal id for links between slides are working ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › revealjs-themes.spec.ts:17:5 › Code font size in callouts and smaller slide is scaled down:
tests/integration/playwright/tests/revealjs-themes.spec.ts#L1
5) [firefox] › revealjs-themes.spec.ts:17:5 › Code font size in callouts and smaller slide is scaled down
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › revealjs-themes.spec.ts:40:5 › Code font size in smaller slide is scaled down:
tests/integration/playwright/tests/revealjs-themes.spec.ts#L1
6) [firefox] › revealjs-themes.spec.ts:40:5 › Code font size in smaller slide is scaled down ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › revealjs-themes.spec.ts:40:5 › Code font size in smaller slide is scaled down:
tests/integration/playwright/tests/revealjs-themes.spec.ts#L1
6) [firefox] › revealjs-themes.spec.ts:40:5 › Code font size in smaller slide is scaled down ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working:
tests/integration/playwright/tests/revealjs.spec.ts#L1
8) [firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working ──────────
Test timeout of 30000ms exceeded.
|
[firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working:
tests/integration/playwright/tests/revealjs.spec.ts#L73
8) [firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working ──────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Figure Element' })
71 | test('internal id for links between slides are working', async ({ page }) => {
72 | await page.goto('./revealjs/links-id.html#/link-to-the-figure');
> 73 | await page.getByRole('link', { name: 'Figure Element' }).click();
| ^
74 | await page.waitForURL(/quarto-figure$/);
75 | await page.goto('./revealjs/links-id.html#/link-to-the-image');
76 | await page.getByRole('link', { name: 'Figure Element' }).click();
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/revealjs.spec.ts:73:60
|
[firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working:
tests/integration/playwright/tests/revealjs.spec.ts#L1
8) [firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working:
tests/integration/playwright/tests/revealjs.spec.ts#L73
8) [firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Figure Element' })
71 | test('internal id for links between slides are working', async ({ page }) => {
72 | await page.goto('./revealjs/links-id.html#/link-to-the-figure');
> 73 | await page.getByRole('link', { name: 'Figure Element' }).click();
| ^
74 | await page.waitForURL(/quarto-figure$/);
75 | await page.goto('./revealjs/links-id.html#/link-to-the-image');
76 | await page.getByRole('link', { name: 'Figure Element' }).click();
at /home/runner/work/quarto-cli/quarto-cli/tests/integration/playwright/tests/revealjs.spec.ts:73:60
|
[firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working:
tests/integration/playwright/tests/revealjs.spec.ts#L1
8) [firefox] › revealjs.spec.ts:71:5 › internal id for links between slides are working ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Running Tests buckets 19 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 19 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 19 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 18 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 18 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 18 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 05 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 05 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 05 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 10 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 10 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 10 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 20 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 20 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 20 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 13 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 13 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 13 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 14 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 14 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 14 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 01 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 01 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 01 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 08 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 08 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 08 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 04 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 04 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 04 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 15 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 15 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 15 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 06 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 06 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 17 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 17 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 17 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 07 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 07 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 07 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 12 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 12 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 12 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 11 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 11 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 11 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 09 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 09 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 09 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 16 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 16 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 16 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 02 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 02 / Run smoke (ubuntu-latest)
No files were found with the provided path: ./tests/integration/playwright/playwright-report/. No artifacts will be uploaded.
|
Running Tests buckets 02 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 07 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 07 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 08 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 08 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 03 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 03 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 13 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 13 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 12 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 12 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 05 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 05 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 20 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 20 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 10 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 10 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 11 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 11 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 16 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 16 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 04 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 04 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 09 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 09 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 01 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 01 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 06 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 06 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 19 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 19 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 17 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 17 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 14 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 14 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 14 / Run smoke (windows-latest)
variable used before declaration
|
Running Tests buckets 18 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 18 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 15 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 15 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 02 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 02 / Run smoke (windows-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 03 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Running Tests buckets 03 / Run smoke (ubuntu-latest)
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
781 KB |
|