E2E Test #6724
e2e-test.yml
on: schedule
detect-changes
4s
Matrix: build
Matrix: e2e-test
Notify on failure
0s
Annotations
15 errors, 63 warnings, and 17 notices
|
|
|
|
|
typescript(TS2613):
example/__tests__/App.test.tsx#L8
Module '"/home/runner/work/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' has no default export. Did you mean to use 'import { App } from "/home/runner/work/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' instead?
|
|
TS(1038):
packages/varlet-cli/src/module.d.ts#L6
A 'declare' modifier cannot be used in an already ambient context.
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/OgImagePackage.spec.ts#L51
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/OgImagePackage.spec.ts#L9
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/OgImagePackage.spec.ts#L8
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/OgImagePackage.spec.ts#L7
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/OgImagePackage.spec.ts#L6
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/ProfileInviteSection.spec.ts#L70
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/ProfileInviteSection.spec.ts#L51
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/ProfileInviteSection.spec.ts#L32
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/ProfileInviteSection.spec.ts#L6
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
test/nuxt/components/ProfileInviteSection.spec.ts#L5
Missing type parameters on mock function call
|
|
typescript(TS2613):
example/__tests__/App.test.tsx#L8
Module '"D:/a/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' has no default export. Did you mean to use 'import { App } from "D:/a/_temp/vite-plus-ecosystem-ci/rollipop/example/App"' instead?
|
|
detect-changes
'before' field is missing in event payload - changes will be detected from last commit
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L230
Unsafe type assertion: type 'IfStatement' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L227
Unsafe type assertion: type 'IfStatement' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L215
Unsafe type assertion: type 'VisitorObject' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L204
Unsafe type assertion: type '{ body: Node$1; }' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L201
Unsafe type assertion: type '{ body: Node$1; }' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L186
Unsafe type assertion: type 'LabeledJumpStatementNode' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L176
Unsafe type assertion: type 'LogicalExpression | undefined' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/utils.ts#L57
Unsafe type assertion: type 'Record<string, unknown>' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/visitor.ts#L52
Unsafe type assertion: type 'FunctionNode' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/cognitive/patterns.ts#L8
Unsafe type assertion: type 'IfStatement | undefined' is more narrow than the original type.
|
|
unicorn(no-unnecessary-await):
packages/pinia/__tests__/subscriptions.spec.ts#L171
Unexpected `await` on a non-Promise value
|
|
typescript(no-redundant-type-constituents):
plugins/auth-oauth2/src/index.ts#L612
'JsonPrimitive' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/auth-oauth2/src/index.ts#L604
'JsonPrimitive' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-openapi/src/index.ts#L16
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-postman/src/index.ts#L38
'ImportPluginResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-insomnia/src/v5.ts#L249
'PartialImportResources' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/importer-insomnia/src/v5.ts#L242
'PartialImportResources' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(await-thenable):
src-web/components/Sidebar.tsx#L313
Unexpected iterable of non-Promise (non-"Thenable") values passed to promise aggregator.
|
|
typescript(no-redundant-type-constituents):
plugins/template-function-response/src/index.ts#L329
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/template-function-response/src/index.ts#L308
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
typescript(no-redundant-type-constituents):
plugins/template-function-response/src/index.ts#L294
'HttpResponse' is an 'error' type that acts as 'any' and overrides all other types in this union type.
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L73
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L72
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L68
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L67
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L63
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L59
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L55
Require a message for "toThrow".
|
|
vitest(require-mock-type-parameters):
src/integrations/jobs/providers/jsearch.test.ts#L7
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L9
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L8
Missing type parameters on mock function call
|
|
eslint(no-underscore-dangle):
app/components/OgImage/Package.d.vue.ts#L10
Unexpected dangling '_' in '`_default`'.
|
|
eslint(no-underscore-dangle):
app/components/OgImage/BlogPost.d.vue.ts#L6
Unexpected dangling '_' in '`_default`'.
|
|
eslint(no-underscore-dangle):
server/plugins/payload-cache.ts#L141
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
|
|
eslint(no-underscore-dangle):
server/plugins/payload-cache.ts#L135
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
|
|
eslint(no-underscore-dangle):
cli/src/server.ts#L15
Unexpected dangling '_' in '`_endpointCheck`'.
|
|
eslint(no-underscore-dangle):
cli/src/mock-app.ts#L19
Unexpected dangling '_' in '`_endpointCheck`'.
|
|
eslint(no-underscore-dangle):
modules/lunaria.ts#L24
Unexpected dangling '_' in '`_prepare`'.
|
|
eslint(no-underscore-dangle):
modules/image-proxy.ts#L21
Unexpected dangling '_' in '`_prepare`'.
|
|
eslint(no-underscore-dangle):
modules/standard-site-sync.ts#L47
Unexpected dangling '_' in '`_prepare`'.
|
|
eslint(no-underscore-dangle):
modules/oauth.ts#L24
Unexpected dangling '_' in '`_prepare`'.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L227
Unsafe type assertion: type 'IfStatement' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L215
Unsafe type assertion: type 'VisitorObject' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/cyclomatic.ts#L53
Unsafe type assertion: type 'VisitorObject' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L204
Unsafe type assertion: type '{ body: Node$1; }' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L201
Unsafe type assertion: type '{ body: Node$1; }' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L186
Unsafe type assertion: type 'LabeledJumpStatementNode' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/combined-visitor.ts#L176
Unsafe type assertion: type 'LogicalExpression | undefined' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/utils.ts#L57
Unsafe type assertion: type 'Record<string, unknown>' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/cognitive/patterns.ts#L8
Unsafe type assertion: type 'IfStatement | undefined' is more narrow than the original type.
|
|
typescript(no-unsafe-type-assertion):
src/visitor.ts#L52
Unsafe type assertion: type 'FunctionNode' is more narrow than the original type.
|
|
unicorn(no-unnecessary-await):
packages/pinia/__tests__/subscriptions.spec.ts#L171
Unexpected `await` on a non-Promise value
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L73
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L72
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L68
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L67
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L63
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L59
Require a message for "toThrow".
|
|
vitest(require-to-throw-message):
src/schema/jobs.test.ts#L55
Require a message for "toThrow".
|
|
vitest(require-mock-type-parameters):
src/integrations/jobs/providers/jsearch.test.ts#L7
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L9
Missing type parameters on mock function call
|
|
vitest(require-mock-type-parameters):
src/integrations/orpc/services/jobs.test.ts#L8
Missing type parameters on mock function call
|
|
Build vite-plus packages (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-monorepo-overrides E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-vitest-global-type-minimal-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
oxlint-plugin-complexity E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vue-mini E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vitest-playwright-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vp-config E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-vitest-type-aug E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
viteplus-ws-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-plus-jest-dom-repro E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
rollipop E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vite-vue-vercel E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
tanstack-start-helloworld E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vitepress E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
bun-vite-template E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
reactive-resume E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
vibe-dashboard E2E test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
rolldown-binaries
|
8.43 MB |
sha256:54808e30d46e4d4d8b498529a9ab7a7402568fdeac9a10237113cc7bc255f4d5
|
|
|
vite-plus-packages-ubuntu-latest
|
31.5 MB |
sha256:845fcd6043001bc0809c36120441e2cf452ef35264990e937ca55e247f5182d8
|
|
|
vite-plus-packages-windows-latest
|
38.2 MB |
sha256:20424149cdae319f457a183344fe816273f9a5834c89c6cdc7502f8fc0e30eee
|
|