fix: undefined HTTP method handlers not responding with 405 #1615
Annotations
2 errors, 5 warnings, and 1 notice
π Run Integration Tests:
test\sessions-test.ts#L8
1) [chromium] βΊ sessions-test.ts:323:5 βΊ sessions βΊ with JavaScript βΊ auth flow ββββββββββββββββββ
"beforeAll" hook timeout of 120000ms exceeded.
6 | test.describe("sessions", () => {
7 | let appFixture: AppFixture;
> 8 | test.beforeAll(async () => {
| ^
9 | appFixture = await (
10 | await createFixture({
11 | files: {
at D:\a\solid-start\solid-start\test\sessions-test.ts:8:8
|
π Run Integration Tests:
test\sessions-test.ts#L310
1) [chromium] βΊ sessions-test.ts:323:5 βΊ sessions βΊ with JavaScript βΊ auth flow ββββββββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
308 |
309 | test.afterAll(async () => {
> 310 | await appFixture.close();
| ^
311 | });
312 |
313 | test.describe("with JavaScript", () => {
at D:\a\solid-start\solid-start\test\sessions-test.ts:310:22
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
π΅οΈββοΈ 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 pnpm/[email protected]
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/[email protected]
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/[email protected]
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 flaky
[chromium] βΊ sessions-test.ts:323:5 βΊ sessions βΊ with JavaScript βΊ auth flow βββββββββββββββββββ
51 skipped
44 passed (2.2m)
|
The logs for this run have expired and are no longer available.
Loading