Skip to content

vitest-ecosystem-ci #346

vitest-ecosystem-ci

vitest-ecosystem-ci #346

Triggered via schedule September 3, 2025 05:15
Status Failure
Total duration 18m 37s
Artifacts

ecosystem-ci.yml

on: schedule
Matrix: test-ecosystem
Fit to window
Zoom out
Zoom in

Annotations

57 errors
test-ecosystem (webcontainer-test)
Process completed with exit code 1.
test-ecosystem (webcontainer-test)
'config.test.browser' is possibly 'undefined'.
test-ecosystem (webcontainer-test)
'config.test.browser' is possibly 'undefined'.
test-ecosystem (webcontainer-test)
Property 'instances' is missing in type '{}' but required in type 'BrowserConfigOptions'.
test-ecosystem (webcontainer-test)
'config.test.browser' is possibly 'undefined'.
test-ecosystem (webcontainer-test)
'config.test.browser' is possibly 'undefined'.
test-ecosystem (webcontainer-test)
Property 'instances' is missing in type '{}' but required in type 'BrowserConfigOptions'.
test-ecosystem (vitest-browser-examples)
Process completed with exit code 1.
test-ecosystem (aria-live-capture)
Process completed with exit code 1.
test-ecosystem (elk)
Process completed with exit code 1.
test-ecosystem (vite)
Process completed with exit code 1.
test-ecosystem (vitest-in-webcontainer)
Process completed with exit code 1.
test-ecosystem (nuxt-test-utils)
Process completed with exit code 1.
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > toggle on-off before finish > w/ component: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L371
AssertionError: expected '<!---->' to be '<div>hello</div><!---->' // Object.is equality Expected: "<div>hello</div><!---->" Received: "<!---->" ❯ testToggleOnOffBeforeFinish packages/runtime-core/__tests__/components/BaseTransition.spec.ts:371:36 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:420:7
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > toggle on-off before finish > w/ element: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L371
AssertionError: expected '<!---->' to be '<div></div><!---->' // Object.is equality Expected: "<div></div><!---->" Received: "<!---->" ❯ testToggleOnOffBeforeFinish packages/runtime-core/__tests__/components/BaseTransition.spec.ts:371:36 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:410:7
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > toggle on-off > w/ mode: "in-out: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L280
AssertionError: expected '<!---->' to be '<div></div><!---->' // Object.is equality Expected: "<div></div><!---->" Received: "<!---->" ❯ testToggleOnOff packages/runtime-core/__tests__/components/BaseTransition.spec.ts:280:36 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:336:7
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > toggle on-off > w/ component: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L280
AssertionError: expected '<!---->' to be '<div>hello</div><!---->' // Object.is equality Expected: "<div>hello</div><!---->" Received: "<!---->" ❯ testToggleOnOff packages/runtime-core/__tests__/components/BaseTransition.spec.ts:280:36 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:327:7
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > toggle on-off > w/ element: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L280
AssertionError: expected '<!---->' to be '<div></div><!---->' // Object.is equality Expected: "<div></div><!---->" Received: "<!---->" ❯ testToggleOnOff packages/runtime-core/__tests__/components/BaseTransition.spec.ts:280:36 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:317:7
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > persisted: true > w/ appear: true: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L250
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times Received: 1st vi.fn() call: Array [ Object { "children": Array [], "eventListeners": null, "id": 7, "parentNode": Object { "_vnode": Object { "__v_isVNode": true, "__v_skip": true, "anchor": null, "appContext": null, "children": null, "component": Object { "a": null, "accessCache": [Object], "appContext": [Object], "asyncDep": null, "asyncResolved": false, "attrs": [Object], "bc": null, "bm": null, "bu": null, "bum": null, "c": null, "components": null, "ctx": [Object], "da": null, "data": [Object], "directives": null, "ec": null, "effect": [ReactiveEffect], "emit": [Function bound emit], "emitsOptions": null, "emitted": null, "exposeProxy": null, "exposed": null, "ids": [Array], "inheritAttrs": undefined, "isDeactivated": false, "isMounted": true, "isUnmounted": false, "job": [Function bound runIfDirty], "m": null, "next": null, "parent": null, "props": [Object], "propsDefaults": [Object], "propsOptions": [Array], "provides": [Object], "proxy": [Object], "refs": [Object], "render": [Function render], "renderCache": [Array], "root": [Circular], "rtc": null, "rtg": null, "scope": [EffectScope], "setupContext": null, "setupState": [Object], "slots": [Object], "sp": null, "subTree": [Object], "suspense": null, "suspenseId": 0, "type": [Object], "u": null, "uid": 6, "um": null, "update": [Function bound run], "vnode": [Circular], "withProxy": null, }, "ctx": null, "dirs": null, "dynamicChildren": null, "dynamicProps": null, "el": [Circular], "key": null, "patchFlag": 0, "props": null, "ref": null, "scopeId": null, "shapeFlag": 4, "slotScopeIds": null, "ssContent": null, "ssFallback": null, "staticCount": 0, "suspense": null, "target": null, "targetAnchor": null, "targetStart": null, "transition": null, "type": Object { "render": [Function render], }, }, "children": Array [ [Circular], ], "eventListeners": null, "id": 6, "parentNode": null, "props": Object {}, "tag": "div", "type": "element", }, "props": Object {}, "tag": "div", "type": "element", Symbol(_enterCb): undefined, }, ] Number of calls: 1 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:250:39
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > persisted: true > w/ appear: false: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L227
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times Received: 1st vi.fn() call: Array [ Object { "children": Array [], "eventListeners": null, "id": 5, "parentNode": Object { "_vnode": Object { "__v_isVNode": true, "__v_skip": true, "anchor": null, "appContext": null, "children": null, "component": Object { "a": null, "accessCache": [Object], "appContext": [Object], "asyncDep": null, "asyncResolved": false, "attrs": [Object], "bc": null, "bm": null, "bu": null, "bum": null, "c": null, "components": null, "ctx": [Object], "da": null, "data": [Object], "directives": null, "ec": null, "effect": [ReactiveEffect], "emit": [Function bound emit], "emitsOptions": null, "emitted": null, "exposeProxy": null, "exposed": null, "ids": [Array], "inheritAttrs": undefined, "isDeactivated": false, "isMounted": true, "isUnmounted": false, "job": [Function bound runIfDirty], "m": null, "next": null, "parent": null, "props": [Object], "propsDefaults": [Object], "propsOptions": [Array], "provides": [Object], "proxy": [Object], "refs": [Object], "render": [Function render], "renderCache": [Array], "root": [Circular], "rtc": null, "rtg": null, "scope": [EffectScope], "setupContext": null, "setupState": [Object], "slots": [Object], "sp": null, "subTree": [Object], "suspense": null, "suspenseId": 0, "type": [Object], "u": null, "uid": 4, "um": null, "update": [Function bound run], "vnode": [Circular], "withProxy": null, }, "ctx": null, "dirs": null, "dynamicChildren": null, "dynamicProps": null, "el": [Circular], "key": null, "patchFlag": 0, "props": null, "ref": null, "scopeId": null, "shapeFlag": 4, "slotScopeIds": null, "ssContent": null, "ssFallback": null, "staticCount": 0, "suspense": null, "target": null, "targetAnchor": null, "targetStart": null, "transition": null, "type": Object { "render": [Function render], }, }, "children": Array [ [Circular], ], "eventListeners": null, "id": 4, "parentNode": null, "props": Object {}, "tag": "div", "type": "element", }, "props": Object { "id": false, }, "tag": "div", "type": "element", Symbol(_leaveCb): undefined, }, ] Number of calls: 1 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:227:38
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > appear: true w/ fallback to enter hooks: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L178
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times Received: 1st vi.fn() call: Array [ Object { "children": Array [], "eventListeners": null, "id": 3, "parentNode": Object { "_vnode": Object { "__v_isVNode": true, "__v_skip": true, "anchor": null, "appContext": null, "children": null, "component": Object { "a": null, "accessCache": [Object], "appContext": [Object], "asyncDep": null, "asyncResolved": false, "attrs": [Object], "bc": null, "bm": null, "bu": null, "bum": null, "c": null, "components": null, "ctx": [Object], "da": null, "data": [Object], "directives": null, "ec": null, "effect": [ReactiveEffect], "emit": [Function bound emit], "emitsOptions": null, "emitted": null, "exposeProxy": null, "exposed": null, "ids": [Array], "inheritAttrs": undefined, "isDeactivated": false, "isMounted": true, "isUnmounted": false, "job": [Function bound runIfDirty], "m": null, "next": null, "parent": null, "props": [Object], "propsDefaults": [Object], "propsOptions": [Array], "provides": [Object], "proxy": [Object], "refs": [Object], "render": [Function render], "renderCache": [Array], "root": [Circular], "rtc": null, "rtg": null, "scope": [EffectScope], "setupContext": null, "setupState": [Object], "slots": [Object], "sp": null, "subTree": [Object], "suspense": null, "suspenseId": 0, "type": [Object], "u": null, "uid": 2, "um": null, "update": [Function bound run], "vnode": [Circular], "withProxy": null, }, "ctx": null, "dirs": null, "dynamicChildren": null, "dynamicProps": null, "el": [Circular], "key": null, "patchFlag": 0, "props": null, "ref": null, "scopeId": null, "shapeFlag": 4, "slotScopeIds": null, "ssContent": null, "ssFallback": null, "staticCount": 0, "suspense": null, "target": null, "targetAnchor": null, "targetStart": null, "transition": null, "type": Object { "render": [Function render], }, }, "children": Array [ [Circular], ], "eventListeners": null, "id": 2, "parentNode": null, "props": Object {}, "tag": "div", "type": "element", }, "props": Object {}, "tag": "div", "type": "element", Symbol(_enterCb): undefined, }, ] Number of calls: 1 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:178:36
packages/runtime-core/__tests__/components/BaseTransition.spec.ts > BaseTransition > appear: true w/ appear hooks: workspace/vue/core/packages/runtime-core/__tests__/components/BaseTransition.spec.ts#L155
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times Received: 1st vi.fn() call: Array [ Object { "children": Array [], "eventListeners": null, "id": 1, "parentNode": Object { "_vnode": Object { "__v_isVNode": true, "__v_skip": true, "anchor": null, "appContext": null, "children": null, "component": Object { "a": null, "accessCache": [Object], "appContext": [Object], "asyncDep": null, "asyncResolved": false, "attrs": [Object], "bc": null, "bm": null, "bu": null, "bum": null, "c": null, "components": null, "ctx": [Object], "da": null, "data": [Object], "directives": null, "ec": null, "effect": [ReactiveEffect], "emit": [Function bound emit], "emitsOptions": null, "emitted": null, "exposeProxy": null, "exposed": null, "ids": [Array], "inheritAttrs": undefined, "isDeactivated": false, "isMounted": true, "isUnmounted": false, "job": [Function bound runIfDirty], "m": null, "next": null, "parent": null, "props": [Object], "propsDefaults": [Object], "propsOptions": [Array], "provides": [Object], "proxy": [Object], "refs": [Object], "render": [Function render], "renderCache": [Array], "root": [Circular], "rtc": null, "rtg": null, "scope": [EffectScope], "setupContext": null, "setupState": [Object], "slots": [Object], "sp": null, "subTree": [Object], "suspense": null, "suspenseId": 0, "type": [Object], "u": null, "uid": 0, "um": null, "update": [Function bound run], "vnode": [Circular], "withProxy": null, }, "ctx": null, "dirs": null, "dynamicChildren": null, "dynamicProps": null, "el": [Circular], "key": null, "patchFlag": 0, "props": null, "ref": null, "scopeId": null, "shapeFlag": 4, "slotScopeIds": null, "ssContent": null, "ssFallback": null, "staticCount": 0, "suspense": null, "target": null, "targetAnchor": null, "targetStart": null, "transition": null, "type": Object { "render": [Function render], }, }, "children": Array [ [Circular], ], "eventListeners": null, "id": 0, "parentNode": null, "props": Object {}, "tag": "div", "type": "element", }, "props": Object {}, "tag": "div", "type": "element", Symbol(_enterCb): undefined, }, ] Number of calls: 1 ❯ packages/runtime-core/__tests__/components/BaseTransition.spec.ts:155:37
packages/runtime-core/__tests__/componentPublicInstance.spec.ts > component: proxy > allow test runner spying on proxy methods with Object.defineProperty: workspace/vue/core/packages/runtime-core/__tests__/componentPublicInstance.spec.ts#L348
AssertionError: expected 3 to deeply equal 4 - Expected + Received - 4 + 3 ❯ packages/runtime-core/__tests__/componentPublicInstance.spec.ts:348:28
test-ecosystem (vitest-pool-workers)
This expression is not callable.
test-ecosystem (vitest-pool-workers)
Module '"vitest/config"' has no exported member 'UserConfig'.
test-ecosystem (vitest-pool-workers)
Module '"vitest"' declares 'Awaitable' locally, but it is not exported.
test-ecosystem (vitest-pool-workers)
@cloudflare/vitest-pool-workers#build: command (/home/runner/work/vitest-ecosystem-ci/vitest-ecosystem-ci/workspace/vitest-pool-workers/workers-sdk/packages/vitest-pool-workers) /opt/hostedtoolcache/node/22.19.0/x64/bin/pnpm run build exited (2)
test-ecosystem (vitest-pool-workers)
Module '"vitest/node"' has no exported member 'WorkspaceProject'.
test-ecosystem (vitest-pool-workers)
Module '"vitest/node"' has no exported member 'WorkspaceProject'.
test-ecosystem (vitest-pool-workers)
This expression is not callable.
test-ecosystem (vitest-pool-workers)
Module '"vitest/config"' has no exported member 'UserConfig'.
test-ecosystem (vitest-pool-workers)
Module '"vitest"' declares 'Awaitable' locally, but it is not exported.
test-ecosystem (vitest-pool-workers)
@cloudflare/vitest-pool-workers#build: command (/home/runner/work/vitest-ecosystem-ci/vitest-ecosystem-ci/workspace/vitest-pool-workers/workers-sdk/packages/vitest-pool-workers) /opt/hostedtoolcache/node/22.19.0/x64/bin/pnpm run build exited (2)
test-ecosystem (hono)
Process completed with exit code 1.
runner.test.ts > continuous testing > reruns tests on test file change: workspace/vitest-vscode/vscode/test/e2e/utils/assertions.ts#L58
Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('[aria-label*="divide (Passed)"][aria-level="3"][data-index="2"]') Expected: attached Received: <element(s) not found> Call log: - locator._expect with timeout 5000ms - waiting for locator('[aria-label*="divide (Passed)"][aria-level="3"][data-index="2"]') ❯ Proxy.<anonymous> ../../node_modules/.pnpm/playwright@1.52.0/node_modules/playwright/lib/matchers/expect.js:221:24 ❯ assert utils/assertions.ts:58:43 ❯ traverse utils/assertions.ts:69:17 ❯ Object.toHaveTests utils/assertions.ts:84:11 ❯ runner.test.ts:232:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { matcherResult: { message: 'Timed out 5000ms waiting for expect(locator).toBeAttached()\n\nLocator: locator(\'[aria-label*="divide (Passed)"][aria-level="3"][data-index="2"]\')\nExpected: attached\nReceived: <element(s) not found>\nCall log:\n - locator._expect with timeout 5000ms\n - waiting for locator(\'[aria-label*="divide (Passed)"][aria-level="3"][data-index="2"]\')\n', pass: false, actual: '<element(s) not found>', name: 'toBeAttached', expected: 'attached', log: [ ' - locator._expect with timeout 5000ms', ' - waiting for locator(\'[aria-label*="divide (Passed)"][aria-level="3"][data-index="2"]\')' ], timeout: 5000 } }
runner.test.ts > ast collector keeps the pattern on rerun: workspace/vitest-vscode/vscode/test/e2e/utils/assertions.ts#L58
Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]') Expected: attached Received: <element(s) not found> Call log: - locator._expect with timeout 5000ms - waiting for locator('[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]') ❯ Proxy.<anonymous> ../../node_modules/.pnpm/playwright@1.52.0/node_modules/playwright/lib/matchers/expect.js:221:24 ❯ assert utils/assertions.ts:58:43 ❯ traverse utils/assertions.ts:69:17 ❯ traverse utils/assertions.ts:79:17 ❯ Object.toHaveTests utils/assertions.ts:84:5 ❯ runner.test.ts:167:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { matcherResult: { message: 'Timed out 5000ms waiting for expect(locator).toBeAttached()\n\nLocator: locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')\nExpected: attached\nReceived: <element(s) not found>\nCall log:\n - locator._expect with timeout 5000ms\n - waiting for locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')\n', pass: false, actual: '<element(s) not found>', name: 'toBeAttached', expected: 'attached', log: [ ' - locator._expect with timeout 5000ms', ' - waiting for locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')' ], timeout: 5000 } }
runner.test.ts > ast collector keeps the pattern on rerun: workspace/vitest-vscode/vscode/test/e2e/utils/assertions.ts#L58
Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]') Expected: attached Received: <element(s) not found> Call log: - locator._expect with timeout 5000ms - waiting for locator('[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]') ❯ Proxy.<anonymous> ../../node_modules/.pnpm/playwright@1.52.0/node_modules/playwright/lib/matchers/expect.js:221:24 ❯ assert utils/assertions.ts:58:43 ❯ traverse utils/assertions.ts:69:17 ❯ traverse utils/assertions.ts:79:17 ❯ Object.toHaveTests utils/assertions.ts:84:5 ❯ runner.test.ts:167:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { matcherResult: { message: 'Timed out 5000ms waiting for expect(locator).toBeAttached()\n\nLocator: locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')\nExpected: attached\nReceived: <element(s) not found>\nCall log:\n - locator._expect with timeout 5000ms\n - waiting for locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')\n', pass: false, actual: '<element(s) not found>', name: 'toBeAttached', expected: 'attached', log: [ ' - locator._expect with timeout 5000ms', ' - waiting for locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')' ], timeout: 5000 } }
runner.test.ts > ast collector keeps the pattern on rerun: workspace/vitest-vscode/vscode/test/e2e/utils/assertions.ts#L58
Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]') Expected: attached Received: <element(s) not found> Call log: - locator._expect with timeout 5000ms - waiting for locator('[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]') ❯ Proxy.<anonymous> ../../node_modules/.pnpm/playwright@1.52.0/node_modules/playwright/lib/matchers/expect.js:221:24 ❯ assert utils/assertions.ts:58:43 ❯ traverse utils/assertions.ts:69:17 ❯ traverse utils/assertions.ts:79:17 ❯ Object.toHaveTests utils/assertions.ts:84:5 ❯ runner.test.ts:167:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { matcherResult: { message: 'Timed out 5000ms waiting for expect(locator).toBeAttached()\n\nLocator: locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')\nExpected: attached\nReceived: <element(s) not found>\nCall log:\n - locator._expect with timeout 5000ms\n - waiting for locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')\n', pass: false, actual: '<element(s) not found>', name: 'toBeAttached', expected: 'attached', log: [ ' - locator._expect with timeout 5000ms', ' - waiting for locator(\'[aria-label*="pattern (Not yet run)"][aria-level="4"][data-index="3"]\')' ], timeout: 5000 } }
runner.test.ts > watcher updates the file if there are several config files: workspace/vitest-vscode/vscode/test/e2e/utils/assertions.ts#L58
Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]') Expected: attached Received: <element(s) not found> Call log: - locator._expect with timeout 5000ms - waiting for locator('[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]') ❯ Proxy.<anonymous> ../../node_modules/.pnpm/playwright@1.52.0/node_modules/playwright/lib/matchers/expect.js:221:24 ❯ assert utils/assertions.ts:58:43 ❯ traverse utils/assertions.ts:69:17 ❯ Object.toHaveTests utils/assertions.ts:84:11 ❯ runner.test.ts:146:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { matcherResult: { message: 'Timed out 5000ms waiting for expect(locator).toBeAttached()\n\nLocator: locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')\nExpected: attached\nReceived: <element(s) not found>\nCall log:\n - locator._expect with timeout 5000ms\n - waiting for locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')\n', pass: false, actual: '<element(s) not found>', name: 'toBeAttached', expected: 'attached', log: [ ' - locator._expect with timeout 5000ms', ' - waiting for locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')' ], timeout: 5000 } }
runner.test.ts > watcher updates the file if there are several config files: workspace/vitest-vscode/vscode/test/e2e/utils/assertions.ts#L58
Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]') Expected: attached Received: <element(s) not found> Call log: - locator._expect with timeout 5000ms - waiting for locator('[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]') ❯ Proxy.<anonymous> ../../node_modules/.pnpm/playwright@1.52.0/node_modules/playwright/lib/matchers/expect.js:221:24 ❯ assert utils/assertions.ts:58:43 ❯ traverse utils/assertions.ts:69:17 ❯ Object.toHaveTests utils/assertions.ts:84:11 ❯ runner.test.ts:146:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { matcherResult: { message: 'Timed out 5000ms waiting for expect(locator).toBeAttached()\n\nLocator: locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')\nExpected: attached\nReceived: <element(s) not found>\nCall log:\n - locator._expect with timeout 5000ms\n - waiting for locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')\n', pass: false, actual: '<element(s) not found>', name: 'toBeAttached', expected: 'attached', log: [ ' - locator._expect with timeout 5000ms', ' - waiting for locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')' ], timeout: 5000 } }
runner.test.ts > watcher updates the file if there are several config files: workspace/vitest-vscode/vscode/test/e2e/utils/assertions.ts#L58
Error: Timed out 5000ms waiting for expect(locator).toBeAttached() Locator: locator('[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]') Expected: attached Received: <element(s) not found> Call log: - locator._expect with timeout 5000ms - waiting for locator('[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]') ❯ Proxy.<anonymous> ../../node_modules/.pnpm/playwright@1.52.0/node_modules/playwright/lib/matchers/expect.js:221:24 ❯ assert utils/assertions.ts:58:43 ❯ traverse utils/assertions.ts:69:17 ❯ Object.toHaveTests utils/assertions.ts:84:11 ❯ runner.test.ts:146:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { matcherResult: { message: 'Timed out 5000ms waiting for expect(locator).toBeAttached()\n\nLocator: locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')\nExpected: attached\nReceived: <element(s) not found>\nCall log:\n - locator._expect with timeout 5000ms\n - waiting for locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')\n', pass: false, actual: '<element(s) not found>', name: 'toBeAttached', expected: 'attached', log: [ ' - locator._expect with timeout 5000ms', ' - waiting for locator(\'[aria-label*="math-123 (Not yet run)"][aria-level="3"][data-index="2"]\')' ], timeout: 5000 } }
runner.test.ts > browser mode correctly collects tests: workspace/vitest-vscode/vscode/test/e2e/utils/tester.ts#L57
TimeoutError: locator.getAttribute: Timeout 30000ms exceeded. Call log: - waiting for locator('[aria-label*="test ("][aria-level="1"]').or(locator('[aria-label="test"][aria-level="1"]')) ❯ TesterTree.expand utils/tester.ts:57:35 ❯ runner.test.ts:112:21
runner.test.ts > browser mode correctly collects tests: workspace/vitest-vscode/vscode/test/e2e/utils/tester.ts#L57
TimeoutError: locator.getAttribute: Timeout 30000ms exceeded. Call log: - waiting for locator('[aria-label*="test ("][aria-level="1"]').or(locator('[aria-label="test"][aria-level="1"]')) ❯ TesterTree.expand utils/tester.ts:57:35 ❯ runner.test.ts:112:21
runner.test.ts > browser mode correctly collects tests: workspace/vitest-vscode/vscode/test/e2e/utils/tester.ts#L57
TimeoutError: locator.getAttribute: Timeout 30000ms exceeded. Call log: - waiting for locator('[aria-label*="test ("][aria-level="1"]').or(locator('[aria-label="test"][aria-level="1"]')) ❯ TesterTree.expand utils/tester.ts:57:35 ❯ runner.test.ts:112:21
test-ecosystem (nuxt)
Process completed with exit code 1.
packages/nuxt/test/load-nuxt.test.ts > loadNuxt > load multiple nuxt: workspace/nuxt/nuxt/packages/nuxt/src/core/nuxt.ts#L744
ReferenceError: defineNuxtConfig is not defined ❯ nuxt.config.ts:5:16 ❯ Function.import node_modules/.pnpm/jiti@2.5.1/node_modules/jiti/dist/jiti.cjs:1:202883 ❯ resolveConfig node_modules/.pnpm/c12@3.2.0_magicast@0.3.5/node_modules/c12/dist/shared/c12.DDjD4HmS.mjs:376:18 ❯ loadConfig node_modules/.pnpm/c12@3.2.0_magicast@0.3.5/node_modules/c12/dist/shared/c12.DDjD4HmS.mjs:168:23 ❯ Module.loadNuxt packages/nuxt/src/core/nuxt.ts:744:19 ❯ packages/nuxt/test/load-nuxt.test.ts:75:5
packages/nuxt/test/load-nuxt.test.ts > loadNuxt > load multiple nuxt: workspace/nuxt/nuxt/packages/nuxt/src/core/nuxt.ts#L744
ReferenceError: defineNuxtConfig is not defined ❯ nuxt.config.ts:5:16 ❯ Function.import node_modules/.pnpm/jiti@2.5.1/node_modules/jiti/dist/jiti.cjs:1:202883 ❯ resolveConfig node_modules/.pnpm/c12@3.2.0_magicast@0.3.5/node_modules/c12/dist/shared/c12.DDjD4HmS.mjs:376:18 ❯ loadConfig node_modules/.pnpm/c12@3.2.0_magicast@0.3.5/node_modules/c12/dist/shared/c12.DDjD4HmS.mjs:168:23 ❯ Module.loadNuxt packages/nuxt/src/core/nuxt.ts:744:19 ❯ packages/nuxt/test/load-nuxt.test.ts:75:5
packages/platform-browser/test/KeyValueStore.test.ts > KeyValueStore / layerLocalStorage > clear: workspace/effect/effect/packages/platform-browser/src/internal/keyValueStore.ts#L7
(FiberFailure) ReferenceError: localStorage is not defined ❯ packages/platform-browser/src/internal/keyValueStore.ts:7:67 ❯ packages/platform/src/internal/keyValueStore.ts:260:21 ❯ packages/effect/src/internal/layer.ts:1000:62 ❯ packages/effect/src/internal/fiberRuntime.ts:1146:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _id: 'FiberFailure' }
packages/platform-browser/test/KeyValueStore.test.ts > KeyValueStore / layerLocalStorage > remove: workspace/effect/effect/packages/platform-browser/src/internal/keyValueStore.ts#L7
(FiberFailure) ReferenceError: localStorage is not defined ❯ packages/platform-browser/src/internal/keyValueStore.ts:7:67 ❯ packages/platform/src/internal/keyValueStore.ts:260:21 ❯ packages/effect/src/internal/layer.ts:1000:62 ❯ packages/effect/src/internal/fiberRuntime.ts:1146:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _id: 'FiberFailure' }
packages/platform-browser/test/KeyValueStore.test.ts > KeyValueStore / layerLocalStorage > remove: workspace/effect/effect/packages/platform-browser/src/internal/keyValueStore.ts#L7
(FiberFailure) ReferenceError: localStorage is not defined ❯ packages/platform-browser/src/internal/keyValueStore.ts:7:67 ❯ packages/platform/src/internal/keyValueStore.ts:260:21 ❯ packages/effect/src/internal/layer.ts:1000:62 ❯ packages/effect/src/internal/fiberRuntime.ts:1146:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _id: 'FiberFailure' }
packages/platform-browser/test/KeyValueStore.test.ts > KeyValueStore / layerLocalStorage > get/ missing: workspace/effect/effect/packages/platform-browser/src/internal/keyValueStore.ts#L7
(FiberFailure) ReferenceError: localStorage is not defined ❯ packages/platform-browser/src/internal/keyValueStore.ts:7:67 ❯ packages/platform/src/internal/keyValueStore.ts:260:21 ❯ packages/effect/src/internal/layer.ts:1000:62 ❯ packages/effect/src/internal/fiberRuntime.ts:1146:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _id: 'FiberFailure' }
packages/platform-browser/test/KeyValueStore.test.ts > KeyValueStore / layerLocalStorage > get/ missing: workspace/effect/effect/packages/platform-browser/src/internal/keyValueStore.ts#L7
(FiberFailure) ReferenceError: localStorage is not defined ❯ packages/platform-browser/src/internal/keyValueStore.ts:7:67 ❯ packages/platform/src/internal/keyValueStore.ts:260:21 ❯ packages/effect/src/internal/layer.ts:1000:62 ❯ packages/effect/src/internal/fiberRuntime.ts:1146:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _id: 'FiberFailure' }
packages/platform-browser/test/KeyValueStore.test.ts > KeyValueStore / layerLocalStorage > set: workspace/effect/effect/packages/platform-browser/src/internal/keyValueStore.ts#L7
(FiberFailure) ReferenceError: localStorage is not defined ❯ packages/platform-browser/src/internal/keyValueStore.ts:7:67 ❯ packages/platform/src/internal/keyValueStore.ts:260:21 ❯ packages/effect/src/internal/layer.ts:1000:62 ❯ packages/effect/src/internal/fiberRuntime.ts:1146:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _id: 'FiberFailure' }
packages/platform-browser/test/KeyValueStore.test.ts > KeyValueStore / layerLocalStorage > set: workspace/effect/effect/packages/platform-browser/src/internal/keyValueStore.ts#L7
(FiberFailure) ReferenceError: localStorage is not defined ❯ packages/platform-browser/src/internal/keyValueStore.ts:7:67 ❯ packages/platform/src/internal/keyValueStore.ts:260:21 ❯ packages/effect/src/internal/layer.ts:1000:62 ❯ packages/effect/src/internal/fiberRuntime.ts:1146:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _id: 'FiberFailure' }
packages/effect/test/assertions.test.ts > expect > Cause > sequential vs parallel > toStrictEqual: workspace/effect/effect/packages/effect/test/assertions.test.ts#L64
AssertionError: expected { _id: 'Cause', …(3) } to strictly equal { Object (_tag, left, ...) } - Expected + Received @@ -1,8 +1,8 @@ { "_id": "Cause", - "_tag": "Parallel", + "_tag": "Sequential", "left": { "_id": "Cause", "_tag": "Empty", }, "right": { ❯ packages/effect/test/assertions.test.ts:64:60
packages/effect/test/assertions.test.ts > expect > Cause > sequential vs parallel > toEqual: workspace/effect/effect/packages/effect/test/assertions.test.ts#L60
AssertionError: expected { _id: 'Cause', …(3) } to deeply equal { Object (_tag, left, ...) } - Expected + Received @@ -1,8 +1,8 @@ { "_id": "Cause", - "_tag": "Parallel", + "_tag": "Sequential", "left": { "_id": "Cause", "_tag": "Empty", }, "right": { ❯ packages/effect/test/assertions.test.ts:60:60
scripts/codemods/ts-fence.test.ts: workspace/effect/effect/scripts/codemods/ts-fence.test.ts#L13
ReferenceError: it is not defined ❯ Proxy.defineInlineTest node_modules/.pnpm/jscodeshift@17.3.0/node_modules/jscodeshift/src/testUtils.js:143:3 ❯ scripts/codemods/ts-fence.test.ts:13:13 ❯ scripts/codemods/ts-fence.test.ts:24:1