unpin/update playwright #927
Annotations
9 errors, 3 warnings, and 1 notice
π Run Integration Tests:
test\multi-spa.test.ts#L15
1) [chromium] βΊ multi-spa.test.ts:37:3 βΊ multi-spa-dev βΊ root ββββββββββββββββββββββββββββββββββββ
"beforeAll" hook timeout of 360000ms exceeded.
13 | let appFixture: AppFixture;
14 |
> 15 | test.beforeAll(async () => {
| ^
16 | fixture = await createFixture({
17 | files: {},
18 | template: "multi-spa",
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:15:7
|
π Run Integration Tests:
test\multi-spa.test.ts#L25
1) [chromium] βΊ multi-spa.test.ts:37:3 βΊ multi-spa-dev βΊ root ββββββββββββββββββββββββββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
23 |
24 | test.afterAll(async () => {
> 25 | await appFixture.close();
| ^
26 | });
27 |
28 | let logs: string[] = [];
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:25:20
|
π Run Integration Tests:
test\helpers\create-fixture.ts#L180
2) [chromium] βΊ multi-spa.test.ts:37:3 βΊ multi-spa-prod βΊ root βββββββββββββββββββββββββββββββββββ
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-prod-pt9d4pcjrgg\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings?
at helpers\create-fixture.ts:180
178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
179 | if (!fse.existsSync(buildPath)) {
> 180 | throw new Error(
| ^
181 | c.red(
182 | `Expected build directory to exist at ${c.dim(
183 | buildPath,
at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9)
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:16:13
|
π Run Integration Tests:
test\multi-spa.test.ts#L25
2) [chromium] βΊ multi-spa.test.ts:37:3 βΊ multi-spa-prod βΊ root βββββββββββββββββββββββββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
23 |
24 | test.afterAll(async () => {
> 25 | await appFixture.close();
| ^
26 | });
27 |
28 | let logs: string[] = [];
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:25:20
|
π Run Integration Tests:
test\multi-spa.test.ts#L76
3) [chromium] βΊ multi-spa.test.ts:153:3 βΊ multi-spa-mode-backwards-compat-dev βΊ root βββββββββββββ
"beforeAll" hook timeout of 360000ms exceeded.
74 | let appFixture: AppFixture;
75 |
> 76 | test.beforeAll(async () => {
| ^
77 | fixture = await createFixture({
78 | files: {
79 | "app.config.js": js`
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:76:7
|
π Run Integration Tests:
test\multi-spa.test.ts#L141
3) [chromium] βΊ multi-spa.test.ts:153:3 βΊ multi-spa-mode-backwards-compat-dev βΊ root βββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
139 |
140 | test.afterAll(async () => {
> 141 | await appFixture.close();
| ^
142 | });
143 |
144 | let logs: string[] = [];
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:141:20
|
π Run Integration Tests:
test\helpers\create-fixture.ts#L180
4) [chromium] βΊ multi-spa.test.ts:153:3 βΊ multi-spa-mode-backwards-compat-prod βΊ root ββββββββββββ
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-mode-backwards-compat-prod-h4ijhdbmbk\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings?
at helpers\create-fixture.ts:180
178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
179 | if (!fse.existsSync(buildPath)) {
> 180 | throw new Error(
| ^
181 | c.red(
182 | `Expected build directory to exist at ${c.dim(
183 | buildPath,
at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9)
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:77:13
|
π Run Integration Tests:
test\multi-spa.test.ts#L141
4) [chromium] βΊ multi-spa.test.ts:153:3 βΊ multi-spa-mode-backwards-compat-prod βΊ root ββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
139 |
140 | test.afterAll(async () => {
> 141 | await appFixture.close();
| ^
142 | });
143 |
144 | let logs: string[] = [];
at D:\a\vinxi\vinxi\test\multi-spa.test.ts:141:20
|
π Run Integration Tests
Process completed with exit code 1.
|
π Run Integration Tests:
test\[chromium] βΊ hmr.test.ts#L1
test\[chromium] βΊ hmr.test.ts took 19.4s
|
π Run Integration Tests:
test\[chromium] βΊ fs-router.test.ts#L1
test\[chromium] βΊ fs-router.test.ts took 16.7s
|
π΅οΈββοΈ Get current Playwright Test 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
4 failed
[chromium] βΊ multi-spa.test.ts:37:3 βΊ multi-spa-dev βΊ root βββββββββββββββββββββββββββββββββββββ
[chromium] βΊ multi-spa.test.ts:37:3 βΊ multi-spa-prod βΊ root ββββββββββββββββββββββββββββββββββββ
[chromium] βΊ multi-spa.test.ts:153:3 βΊ multi-spa-mode-backwards-compat-dev βΊ root ββββββββββββββ
[chromium] βΊ multi-spa.test.ts:153:3 βΊ multi-spa-mode-backwards-compat-prod βΊ root βββββββββββββ
8 did not run
22 passed (13.3m)
|
Loading