Updates to Experimental features and bug fixes #1407
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
44 errors, 68 warnings, and 12 notices
[chromium] › misc-test.ts:57:5 › miscellaneous tests › with SSR › should be able to create a server function inside of a .js file:
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
|
[chromium] › misc-test.ts:57:5 › miscellaneous tests › with SSR › should be able to create a server function inside of a .js file:
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 file:///D:/a/solid-start/solid-start/test/misc-test.ts:54:24
|
[chromium] › sessions-test.ts:323:5 › sessions › with JavaScript › auth flow:
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
|
[chromium] › sessions-test.ts:323:5 › sessions › with JavaScript › auth flow:
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 file:///D:/a/solid-start/solid-start/test/sessions-test.ts:310:22
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Test timeout of 120000ms exceeded.
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L221
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for selector "[data-testid='redirected']" to be visible
============================================================
219 | let app = new PlaywrightFixture(appFixture, page);
220 | await app.goto("/api/rewrite", true);
> 221 | await page.waitForSelector("[data-testid='redirected']");
| ^
222 | });
223 |
224 | test("should return json from /api/greeting/[[title]]/[name]/intro optional param API route", async () => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:221:18
at /home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:426:9
at TestInfoImpl._runFn (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/testInfo.js:166:7)
at /home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:376:26
at TimeoutManager.runWithTimeout (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/timeoutManager.js:73:7)
at TestInfoImpl._runWithTimeout (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/testInfo.js:154:26)
at WorkerRunner._runTest (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:356:5)
at WorkerRunner.runTestGroup (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:218:11)
at process.<anonymous> (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/worker.js:88:5)
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Pending operations:
- page.waitForSelector at api-routes-test.ts:221:18
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #1 ---------------------------------------------------------------------------------------
Test timeout of 120000ms exceeded.
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L221
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #1 ---------------------------------------------------------------------------------------
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for selector "[data-testid='redirected']" to be visible
============================================================
219 | let app = new PlaywrightFixture(appFixture, page);
220 | await app.goto("/api/rewrite", true);
> 221 | await page.waitForSelector("[data-testid='redirected']");
| ^
222 | });
223 |
224 | test("should return json from /api/greeting/[[title]]/[name]/intro optional param API route", async () => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:221:18
at /home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:426:9
at TestInfoImpl._runFn (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/testInfo.js:166:7)
at /home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:376:26
at TimeoutManager.runWithTimeout (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/timeoutManager.js:73:7)
at TestInfoImpl._runWithTimeout (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/testInfo.js:154:26)
at WorkerRunner._runTest (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:356:5)
at WorkerRunner.runTestGroup (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:218:11)
at process.<anonymous> (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/worker.js:88:5)
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #1 ---------------------------------------------------------------------------------------
Pending operations:
- page.waitForSelector at api-routes-test.ts:221:18
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #2 ---------------------------------------------------------------------------------------
Test timeout of 120000ms exceeded.
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L221
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #2 ---------------------------------------------------------------------------------------
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for selector "[data-testid='redirected']" to be visible
============================================================
219 | let app = new PlaywrightFixture(appFixture, page);
220 | await app.goto("/api/rewrite", true);
> 221 | await page.waitForSelector("[data-testid='redirected']");
| ^
222 | });
223 |
224 | test("should return json from /api/greeting/[[title]]/[name]/intro optional param API route", async () => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:221:18
at /home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:426:9
at TestInfoImpl._runFn (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/testInfo.js:166:7)
at /home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:376:26
at TimeoutManager.runWithTimeout (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/timeoutManager.js:73:7)
at TestInfoImpl._runWithTimeout (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/testInfo.js:154:26)
at WorkerRunner._runTest (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:356:5)
at WorkerRunner.runTestGroup (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/workerRunner.js:218:11)
at process.<anonymous> (/home/runner/work/solid-start/solid-start/node_modules/.pnpm/@playwright[email protected]/node_modules/@playwright/test/lib/worker.js:88:5)
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test/api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #2 ---------------------------------------------------------------------------------------
Pending operations:
- page.waitForSelector at api-routes-test.ts:221:18
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
Process completed with exit code 1.
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Test timeout of 120000ms exceeded.
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L221
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for selector "[data-testid='redirected']" to be visible
============================================================
219 | let app = new PlaywrightFixture(appFixture, page);
220 | await app.goto("/api/rewrite", true);
> 221 | await page.waitForSelector("[data-testid='redirected']");
| ^
222 | });
223 |
224 | test("should return json from /api/greeting/[[title]]/[name]/intro optional param API route", async () => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:221:18
at D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:426:9
at TestInfoImpl._runFn (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\testInfo.js:166:7)
at D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:376:26
at TimeoutManager.runWithTimeout (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\timeoutManager.js:73:7)
at TestInfoImpl._runWithTimeout (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\testInfo.js:154:26)
at WorkerRunner._runTest (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:356:5)
at WorkerRunner.runTestGroup (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:218:11)
at process.<anonymous> (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\worker.js:88:5)
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Pending operations:
- page.waitForSelector at api-routes-test.ts:221:18
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #1 ---------------------------------------------------------------------------------------
Test timeout of 120000ms exceeded.
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L221
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #1 ---------------------------------------------------------------------------------------
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for selector "[data-testid='redirected']" to be visible
============================================================
219 | let app = new PlaywrightFixture(appFixture, page);
220 | await app.goto("/api/rewrite", true);
> 221 | await page.waitForSelector("[data-testid='redirected']");
| ^
222 | });
223 |
224 | test("should return json from /api/greeting/[[title]]/[name]/intro optional param API route", async () => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:221:18
at D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:426:9
at TestInfoImpl._runFn (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\testInfo.js:166:7)
at D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:376:26
at TimeoutManager.runWithTimeout (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\timeoutManager.js:73:7)
at TestInfoImpl._runWithTimeout (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\testInfo.js:154:26)
at WorkerRunner._runTest (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:356:5)
at WorkerRunner.runTestGroup (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:218:11)
at process.<anonymous> (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\worker.js:88:5)
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #1 ---------------------------------------------------------------------------------------
Pending operations:
- page.waitForSelector at api-routes-test.ts:221:18
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #2 ---------------------------------------------------------------------------------------
Test timeout of 120000ms exceeded.
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L221
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #2 ---------------------------------------------------------------------------------------
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for selector "[data-testid='redirected']" to be visible
============================================================
219 | let app = new PlaywrightFixture(appFixture, page);
220 | await app.goto("/api/rewrite", true);
> 221 | await page.waitForSelector("[data-testid='redirected']");
| ^
222 | });
223 |
224 | test("should return json from /api/greeting/[[title]]/[name]/intro optional param API route", async () => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:221:18
at D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:426:9
at TestInfoImpl._runFn (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\testInfo.js:166:7)
at D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:376:26
at TimeoutManager.runWithTimeout (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\timeoutManager.js:73:7)
at TestInfoImpl._runWithTimeout (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\testInfo.js:154:26)
at WorkerRunner._runTest (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:356:5)
at WorkerRunner.runTestGroup (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\workerRunner.js:218:11)
at process.<anonymous> (D:\a\solid-start\solid-start\node_modules\.pnpm\@playwright[email protected]\node_modules\@playwright\test\lib\worker.js:88:5)
|
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite:
test\api-routes-test.ts#L1
1) [chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite ================
Retry #2 ---------------------------------------------------------------------------------------
Pending operations:
- page.waitForSelector at api-routes-test.ts:221:18
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 16)
Process completed with exit code 1.
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test\api-routes-test.ts#L19
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
"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\api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test\api-routes-test.ts#L142
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test\api-routes-test.ts#L19
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #1 ---------------------------------------------------------------------------------------
"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\api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test\api-routes-test.ts#L142
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #1 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test\api-routes-test.ts#L19
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #2 ---------------------------------------------------------------------------------------
"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\api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test\api-routes-test.ts#L142
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #2 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test\api-routes-test.ts#L19
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
"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\api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test\api-routes-test.ts#L142
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test\api-routes-test.ts#L19
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
Retry #1 ---------------------------------------------------------------------------------------
"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\api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test\api-routes-test.ts#L142
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
Retry #1 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///D:/a/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test/api-routes-test.ts#L19
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
"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 /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test/api-routes-test.ts#L142
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test/api-routes-test.ts#L19
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #1 ---------------------------------------------------------------------------------------
"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 /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test/api-routes-test.ts#L142
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #1 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test/api-routes-test.ts#L19
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #2 ---------------------------------------------------------------------------------------
"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 /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected:
test/api-routes-test.ts#L142
1) [chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected =
Retry #2 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test/api-routes-test.ts#L19
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
"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 /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test/api-routes-test.ts#L142
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:142:24
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test/api-routes-test.ts#L19
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
Retry #1 ---------------------------------------------------------------------------------------
"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 /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
|
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected:
test/api-routes-test.ts#L142
2) [chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
Retry #1 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
140 |
141 | test.afterAll(async () => {
> 142 | await appFixture.close();
| ^
143 | });
144 |
145 | test("should redirect to redirected", async ({ page }) => {
at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:142:24
|
👀 solid-start-deno (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-deno (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-node (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-deno (os: windows-latest, node: 16)
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/
|
👀 solid-start-deno (os: windows-latest, node: 16)
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/
|
👀 solid-start-deno (os: windows-latest, node: 16)
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/
|
👀 solid-start-deno (os: windows-latest, node: 16)
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/
|
👀 solid-start-deno (os: windows-latest, node: 16)
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/
|
👀 solid-start-deno (os: windows-latest, node: 18)
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/
|
👀 solid-start-deno (os: windows-latest, node: 18)
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/
|
👀 solid-start-deno (os: windows-latest, node: 18)
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/
|
👀 solid-start-deno (os: windows-latest, node: 18)
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/
|
👀 solid-start-deno (os: windows-latest, node: 18)
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/
|
👀 solid-start-node (os: windows-latest, node: 16)
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/
|
Slow Test:
test\[chromium] › action-test.ts#L1
test\[chromium] › action-test.ts took 32s
|
Slow Test:
test\[chromium] › redirect-test.ts#L1
test\[chromium] › redirect-test.ts took 25s
|
Slow Test:
test\[chromium] › api-routes-test.ts#L1
test\[chromium] › api-routes-test.ts took 19s
|
👀 solid-start-node (os: windows-latest, node: 16)
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/
|
👀 solid-start-node (os: windows-latest, node: 16)
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/
|
👀 solid-start-node (os: windows-latest, node: 16)
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/
|
👀 solid-start-node (os: windows-latest, node: 16)
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/
|
👀 solid-start-node (os: windows-latest, node: 18)
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/
|
👀 solid-start-node (os: windows-latest, node: 18)
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/
|
👀 solid-start-node (os: windows-latest, node: 18)
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/
|
👀 solid-start-node (os: windows-latest, node: 18)
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/
|
👀 solid-start-node (os: windows-latest, node: 18)
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/
|
Slow Test:
test\[chromium] › api-routes-test.ts#L1
test\[chromium] › api-routes-test.ts took 23s
|
Slow Test:
test\[chromium] › redirect-test.ts#L1
test\[chromium] › redirect-test.ts took 19s
|
Slow Test:
test\[chromium] › action-test.ts#L1
test\[chromium] › action-test.ts took 16s
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
|
Slow Test:
test/[chromium] › api-routes-test.ts#L1
test/[chromium] › api-routes-test.ts took 6m
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
|
Slow Test:
test\[chromium] › api-routes-test.ts#L1
test\[chromium] › api-routes-test.ts took 6m
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: windows-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 18)
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/
|
👀 solid-start-cloudflare-pages (os: ubuntu-latest, node: 18)
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/
|
🎭 Playwright Run Summary
51 skipped
40 passed (47s)
|
🎭 Playwright Run Summary
51 skipped
40 passed (38s)
|
🎭 Playwright Run Summary
2 skipped
89 passed (2m)
|
🎭 Playwright Run Summary
2 skipped
89 passed (2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › misc-test.ts:57:5 › miscellaneous tests › with SSR › should be able to create a server function inside of a .js file
51 skipped
39 passed (2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › sessions-test.ts:323:5 › sessions › with JavaScript › auth flow ===================
51 skipped
39 passed (2m)
|
🎭 Playwright Run Summary
2 skipped
89 passed (3m)
|
🎭 Playwright Run Summary
2 skipped
89 passed (3m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite =================
55 skipped
35 passed (7m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › api-routes-test.ts:216:5 › api routes › with SSR › should rewrite =================
55 skipped
35 passed (8m)
|
🎭 Playwright Run Summary
7 failed
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected ==
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
[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 ===================
[chromium] › spa-test.ts:118:5 › spa rendering › with index.html › server rendering doesn't include content
[chromium] › spa-test.ts:118:5 › spa rendering › with root.tsx › server rendering doesn't include content
[chromium] › spa-test.ts:125:5 › spa rendering › with root.tsx › client side rendering =========
84 skipped
|
🎭 Playwright Run Summary
6 failed
[chromium] › api-routes-test.ts:145:5 › api routes › with SSR › should redirect to redirected ==
[chromium] › api-routes-test.ts:145:5 › api routes › without SSR › should redirect to redirected
[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 ===================
[chromium] › spa-test.ts:118:5 › spa rendering › with index.html › server rendering doesn't include content
[chromium] › spa-test.ts:118:5 › spa rendering › with root.tsx › server rendering doesn't include content
85 skipped
|