vite-ecosystem-ci-from-pr #258
ecosystem-ci-from-pr.yml
on: workflow_dispatch
Annotations
17 errors and 2 notices
execute-all (laravel)
Type '(config: UserConfig, { command, mode }: ConfigEnv) => { base: string; publicDir: string | false; build: { manifest: string | boolean; outDir: string | undefined; rollupOptions: { ...; }; assetsInlineLimit: number; }; server: { ...; }; resolve: { ...; }; ssr: { ...; }; }' is not assignable to type '(config: UserConfig, env: ConfigEnv) => UserConfig'.
|
execute-all (laravel)
This comparison appears to be unintentional because the types 'ServerOptions<typeof IncomingMessage, typeof ServerResponse> | undefined' and 'boolean' have no overlap.
|
execute-all (laravel)
This comparison appears to be unintentional because the types 'ServerOptions<typeof IncomingMessage, typeof ServerResponse> | undefined' and 'boolean' have no overlap.
|
execute-all (laravel)
Type '(config: UserConfig, { command, mode }: ConfigEnv) => { base: string; publicDir: string | false; build: { manifest: string | boolean; outDir: string | undefined; rollupOptions: { ...; }; assetsInlineLimit: number; }; server: { ...; }; resolve: { ...; }; ssr: { ...; }; }' is not assignable to type '(config: UserConfig, env: ConfigEnv) => UserConfig'.
|
execute-all (laravel)
This comparison appears to be unintentional because the types 'ServerOptions<typeof IncomingMessage, typeof ServerResponse> | undefined' and 'boolean' have no overlap.
|
execute-all (laravel)
This comparison appears to be unintentional because the types 'ServerOptions<typeof IncomingMessage, typeof ServerResponse> | undefined' and 'boolean' have no overlap.
|
execute-all (laravel)
Process completed with exit code 1.
|
execute-all (marko)
Process completed with exit code 1.
|
execute-all (vite-plugin-pwa)
Process completed with exit code 1.
|
execute-all (vike)
Process completed with exit code 1.
|
execute-all (nx)
Process completed with exit code 1.
|
execute-all (sveltekit)
Process completed with exit code 1.
|
execute-all (vitest)
Type '(this: TransformPluginContext, source: string, id: string) => { ast: any; code: string; map: SourceMap; } | undefined' is not assignable to type 'ObjectHook<(this: TransformPluginContext, code: string, id: string, options?: { ssr?: boolean | undefined; } | undefined) => TransformResult | Promise<...>> | undefined'.
|
execute-all (vitest)
Type '(this: TransformPluginContext, source: string, id: string) => { ast: any; code: string; map: SourceMap; } | undefined' is not assignable to type 'ObjectHook<(this: TransformPluginContext, code: string, id: string, options?: { ssr?: boolean | undefined; } | undefined) => TransformResult | Promise<...>> | undefined'.
|
execute-all (vitest)
Process completed with exit code 1.
|
[use-theme-doc:serve] › ../packages/playground/use-theme-doc/__tests__/hmr.spec.ts:22:5 › hmr: edit file (js static data notation):
workspace/vite-plugin-react-pages/vite-plugin-react-pages/packages/playground/use-theme-doc/__tests__/hmr.spec.ts#L41
1) [use-theme-doc:serve] › ../packages/playground/use-theme-doc/__tests__/hmr.spec.ts:22:5 › hmr: edit file (js static data notation)
Error: Timed out 5000ms waiting for expect(received).toHaveCount(expected) // deep equality
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.vp-local-sider').locator('text="modified title"')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
39 | await expect(
40 | page.locator('.vp-local-sider >> text="modified title"')
> 41 | ).toHaveCount(1)
| ^
42 | await testPlayground.restore()
43 | await expect(
44 | page.locator('.vp-local-sider >> text="index page title"')
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-react-pages/vite-plugin-react-pages/packages/playground/use-theme-doc/__tests__/hmr.spec.ts:41:5
|
[use-theme-doc:serve] › ../packages/playground/use-theme-doc/__tests__/hmr.spec.ts:80:5 › hmr: edit md file content:
workspace/vite-plugin-react-pages/vite-plugin-react-pages/packages/playground/use-theme-doc/__tests__/hmr.spec.ts#L126
2) [use-theme-doc:serve] › ../packages/playground/use-theme-doc/__tests__/hmr.spec.ts:80:5 › hmr: edit md file content
Error: Timed out 5000ms waiting for expect(received).toHaveCount(expected) // deep equality
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.vp-local-outline').getByRole('link', { name: 'Heading one', exact: true })
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
124 | await expect(headingBeforeEdit).toHaveCount(1)
125 | await expect(headingAfterEdit).toHaveCount(0)
> 126 | await expect(outlineLinkBeforeEdit).toHaveCount(1)
| ^
127 | await expect(outlineLinkAfterEdit).toHaveCount(0)
128 | await expect(counterStateText).toHaveText('Counter component: 1.')
129 | })
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-react-pages/vite-plugin-react-pages/packages/playground/use-theme-doc/__tests__/hmr.spec.ts:126:39
|
🎭 Playwright Run Summary
18 passed (26.5s)
|
🎭 Playwright Run Summary
2 flaky
[use-theme-doc:serve] › ../packages/playground/use-theme-doc/__tests__/hmr.spec.ts:22:5 › hmr: edit file (js static data notation)
[use-theme-doc:serve] › ../packages/playground/use-theme-doc/__tests__/hmr.spec.ts:80:5 › hmr: edit md file content
18 skipped
31 passed (8.0m)
|