pnpm fix #102
Annotations
4 errors, 5 warnings, and 1 notice
๐ Run Integration Tests:
test\helpers\playwright-fixture.ts#L203
1) [chromium] โบ rsc.test.ts:36:2 โบ rsc โบ spa =====================================================
Error: No element matches selector "[data-test-id=title]"
at helpers\playwright-fixture.ts:203
201 | let el = cheerio(selector, source);
202 | if (!el.length) {
> 203 | throw new Error(`No element matches selector "${selector}"`);
| ^
204 | }
205 | return el;
206 | }
at getElement (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:203:11)
at selectHtml (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:209:12)
at getHtml (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:197:21)
at file:///D:/a/vinxi/vinxi/test/rsc.test.ts:40:10
|
๐ Run Integration Tests:
test\helpers\playwright-fixture.ts#L203
1) [chromium] โบ rsc.test.ts:36:2 โบ rsc โบ spa =====================================================
Retry #1 ---------------------------------------------------------------------------------------
Error: No element matches selector "[data-test-id=title]"
at helpers\playwright-fixture.ts:203
201 | let el = cheerio(selector, source);
202 | if (!el.length) {
> 203 | throw new Error(`No element matches selector "${selector}"`);
| ^
204 | }
205 | return el;
206 | }
at getElement (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:203:11)
at selectHtml (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:209:12)
at getHtml (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:197:21)
at file:///D:/a/vinxi/vinxi/test/rsc.test.ts:40:10
|
๐ Run Integration Tests:
test\helpers\playwright-fixture.ts#L203
1) [chromium] โบ rsc.test.ts:36:2 โบ rsc โบ spa =====================================================
Retry #2 ---------------------------------------------------------------------------------------
Error: No element matches selector "[data-test-id=title]"
at helpers\playwright-fixture.ts:203
201 | let el = cheerio(selector, source);
202 | if (!el.length) {
> 203 | throw new Error(`No element matches selector "${selector}"`);
| ^
204 | }
205 | return el;
206 | }
at getElement (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:203:11)
at selectHtml (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:209:12)
at getHtml (file:///D:/a/vinxi/vinxi/test/helpers/playwright-fixture.ts:197:21)
at file:///D:/a/vinxi/vinxi/test/rsc.test.ts:40:10
|
๐ Run Integration Tests
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run pnpm/action-setup@v2.2.2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run pnpm/action-setup@v2.2.2
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run pnpm/action-setup@v2.2.2
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
๐ต๏ธโโ๏ธ Get current Playwright version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
๐ Run Integration Tests
1 failed
[chromium] โบ rsc.test.ts:36:2 โบ rsc โบ spa ======================================================
11 passed (4m)
|
The logs for this run have expired and are no longer available.
Loading