chore: update .nvmrc to node 20 (#3193) #18823
Annotations
6 errors, 5 warnings, and 4 notices
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:214:7 › Using a Client ID › The session should perform RP Initiated Logout correctly:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:214:7 › Using a Client ID › The session should perform RP Initiated Logout correctly
Test timeout of 180000ms exceeded.
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:214:7 › Using a Client ID › The session should perform RP Initiated Logout correctly:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L229
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:214:7 › Using a Client ID › The session should perform RP Initiated Logout correctly
Error: page.waitForRequest: Page closed
227 | );
228 |
> 229 | await auth.login({ allow: true });
| ^
230 |
231 | expect(await app.isLoginSignalReceived()).toBe(true);
232 | expect(await app.getExpirationDate()).toBeGreaterThan(Date.now());
at TestPage.handleRedirect (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:122:25)
at AuthFlow.login (/home/runner/work/solid-client-authn-js/solid-client-authn-js/node_modules/@inrupt/internal-playwright-helpers/dist/index.js:195:51)
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:229:5
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:302:7 › Using a Client ID › The session should perform RP Initiated Logout and not redirect to the app if postLogoutUrl is not provided:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L309
2) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:302:7 › Using a Client ID › The session should perform RP Initiated Logout and not redirect to the app if postLogoutUrl is not provided
TypeError: fetch failed
307 | }) => {
308 | // Get the openId configuration
> 309 | const config = await fetch(
| ^
310 | new URL(".well-known/openid-configuration", env.idp),
311 | );
312 | const configuration = await config.json();
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:309:20
|
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
3) [Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending
Test timeout of 361000ms exceeded.
|
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L209
3) [Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending
Error: expect(received).resolves.toContain()
Received promise rejected instead of resolved
Rejected to value: [Error: locator.textContent: Target page, context or browser has been closed]
207 | setTimeout(resolve, expirationDate - Date.now() + 500);
208 | });
> 209 | await expect(
| ^
210 | app.page.locator("[data-testid=expirationSignalReceived]").textContent(),
211 | ).resolves.toContain("Yes");
212 | });
at /home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:209:17
|
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending:
e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
1) [Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending
Test finished within timeout of 361000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Slow Test:
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 19.6m
|
Slow Test:
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 17.0m
|
Slow Test:
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 20.3m
|
Slow Test:
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 14.4m
|
Slow Test:
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts#L1
[Firefox] › e2e/browser/solid-ui-react/test/solidui.playwright.ts took 15.7s
|
🎭 Playwright Run Summary
2 passed (33.0s)
|
🎭 Playwright Run Summary
3 flaky
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:214:7 › Using a Client ID › The session should perform RP Initiated Logout correctly
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:302:7 › Using a Client ID › The session should perform RP Initiated Logout and not redirect to the app if postLogoutUrl is not provided
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending
6 skipped
21 passed (20.2m)
|
🎭 Playwright Run Summary
1 flaky
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:179:7 › Using a Client ID › can prevent the session from extending
6 skipped
23 passed (20.6m)
|
🎭 Playwright Run Summary
2 passed (39.4s)
|