docs(changeset): fix: clean up old console logs #149
Annotations
10 errors, 5 warnings, and 1 notice
π Run Integration Tests:
test\srv-fn.test.ts#L11
1) [chromium] βΊ srv-fn.test.ts:32:2 βΊ srv-fn-dev βΊ spa βββββββββββββββββββββββββββββββββββββββββββ
"beforeAll" hook timeout of 120000ms exceeded.
9 | let appFixture: AppFixture;
10 |
> 11 | test.beforeAll(async () => {
| ^
12 | fixture = await createDevFixture({
13 | files: {},
14 | template: "react-srv-fn",
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:11:7
|
π Run Integration Tests:
test\srv-fn.test.ts#L21
1) [chromium] βΊ srv-fn.test.ts:32:2 βΊ srv-fn-dev βΊ spa βββββββββββββββββββββββββββββββββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
19 |
20 | test.afterAll(async () => {
> 21 | await appFixture.close();
| ^
22 | });
23 |
24 | let logs: string[] = [];
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:21:20
|
π Run Integration Tests:
test\srv-fn.test.ts#L11
1) [chromium] βΊ srv-fn.test.ts:32:2 βΊ srv-fn-dev βΊ spa βββββββββββββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
"beforeAll" hook timeout of 120000ms exceeded.
9 | let appFixture: AppFixture;
10 |
> 11 | test.beforeAll(async () => {
| ^
12 | fixture = await createDevFixture({
13 | files: {},
14 | template: "react-srv-fn",
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:11:7
|
π Run Integration Tests:
test\srv-fn.test.ts#L21
1) [chromium] βΊ srv-fn.test.ts:32:2 βΊ srv-fn-dev βΊ spa βββββββββββββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
19 |
20 | test.afterAll(async () => {
> 21 | await appFixture.close();
| ^
22 | });
23 |
24 | let logs: string[] = [];
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:21:20
|
π Run Integration Tests:
test\srv-fn.test.ts#L11
1) [chromium] βΊ srv-fn.test.ts:32:2 βΊ srv-fn-dev βΊ spa βββββββββββββββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
"beforeAll" hook timeout of 120000ms exceeded.
9 | let appFixture: AppFixture;
10 |
> 11 | test.beforeAll(async () => {
| ^
12 | fixture = await createDevFixture({
13 | files: {},
14 | template: "react-srv-fn",
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:11:7
|
π Run Integration Tests:
test\srv-fn.test.ts#L21
1) [chromium] βΊ srv-fn.test.ts:32:2 βΊ srv-fn-dev βΊ spa βββββββββββββββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
TypeError: Cannot read properties of undefined (reading 'close')
19 |
20 | test.afterAll(async () => {
> 21 | await appFixture.close();
| ^
22 | });
23 |
24 | let logs: string[] = [];
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:21:20
|
π Run Integration Tests:
test\helpers\create-fixture.ts#L163
2) [chromium] βΊ srv-fn.test.ts:68:2 βΊ srv-fn-prod βΊ spa ββββββββββββββββββββββββββββββββββββββββββ
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\srv-fn-prod-hqrolrk20qg\.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:163
161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
162 | if (!fse.existsSync(buildPath)) {
> 163 | throw new Error(
| ^
164 | c.red(
165 | `Expected build directory to exist at ${c.dim(
166 | buildPath,
at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:163:9)
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:48:13
|
π Run Integration Tests:
test\helpers\create-fixture.ts#L163
2) [chromium] βΊ srv-fn.test.ts:68:2 βΊ srv-fn-prod βΊ spa ββββββββββββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\srv-fn-prod-ubr7g0697c\.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:163
161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
162 | if (!fse.existsSync(buildPath)) {
> 163 | throw new Error(
| ^
164 | c.red(
165 | `Expected build directory to exist at ${c.dim(
166 | buildPath,
at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:163:9)
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:48:13
|
π Run Integration Tests:
test\helpers\create-fixture.ts#L163
2) [chromium] βΊ srv-fn.test.ts:68:2 βΊ srv-fn-prod βΊ spa ββββββββββββββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\srv-fn-prod-1om1fmkmi3\.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:163
161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
162 | if (!fse.existsSync(buildPath)) {
> 163 | throw new Error(
| ^
164 | c.red(
165 | `Expected build directory to exist at ${c.dim(
166 | buildPath,
at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:163:9)
at D:\a\vinxi\vinxi\test\srv-fn.test.ts:48:13
|
π Run Integration Tests
Process completed with exit code 1.
|
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/
|
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/
|
π΅οΈββοΈ 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
2 failed
[chromium] βΊ srv-fn.test.ts:32:2 βΊ srv-fn-dev βΊ spa ββββββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ srv-fn.test.ts:68:2 βΊ srv-fn-prod βΊ spa βββββββββββββββββββββββββββββββββββββββββββ
12 passed (6.8m)
|
The logs for this run have expired and are no longer available.
Loading