Polyfill process.env on Netlify edge #1621
Annotations
4 errors, 5 warnings, and 1 notice
π Run Integration Tests:
test\misc-test.ts#L19
1) [chromium] βΊ misc-test.ts:57:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
"beforeAll" hook timeout of 120000ms exceeded.
17 |
18 | function runTests(ssr) {
> 19 | test.beforeAll(async () => {
| ^
20 | fixture = await createFixture({
21 | files: {
22 | "vite.config.ts": js`
at D:\a\solid-start\solid-start\test\misc-test.ts:19:10
|
π Run Integration Tests:
test\misc-test.ts#L54
1) [chromium] βΊ misc-test.ts:57:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
TypeError: Cannot read properties of undefined (reading 'close')
52 |
53 | test.afterAll(async () => {
> 54 | await appFixture.close();
| ^
55 | });
56 |
57 | test("should be able to create a server function inside of a .js file", async ({ page }) => {
at D:\a\solid-start\solid-start\test\misc-test.ts:54:24
|
π Run Integration Tests:
test\sessions-test.ts#L8
2) [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
2) [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
2 flaky
[chromium] βΊ misc-test.ts:57:5 βΊ miscellaneous tests βΊ with SSR βΊ should be able to create a server function inside of a .js file
[chromium] βΊ sessions-test.ts:323:5 βΊ sessions βΊ with JavaScript βΊ auth flow βββββββββββββββββββ
51 skipped
39 passed (2.3m)
|
The logs for this run have expired and are no longer available.
Loading