Skip to content

Refactor: Improve internal code #579

Refactor: Improve internal code

Refactor: Improve internal code #579

Triggered via pull request November 16, 2023 18:10
Status Failure
Total duration 2m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests-extended.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test (16.x): src/playwright/hooks.test.ts#L74
Property 'tags' is missing in type '{}' but required in type 'TestRunnerConfig'.
test (16.x): src/util/getCliOptions.test.ts#L59
Type '{ version: true; cache: false; env: string; }' is not assignable to type '{ indexJson?: boolean | undefined; url?: string | undefined; configDir?: string | undefined; eject?: boolean | undefined; coverage?: boolean | undefined; coverageDirectory?: string | undefined; ... 5 more ...; skipTags?: string | undefined; }'.
test (16.x): src/util/getTestRunnerConfig.test.ts#L3
Module '"./getTestRunnerConfig"' declares 'loaded' locally, but it is not exported.
test (16.x): src/util/getTestRunnerConfig.test.ts#L6
Property 'tags' is missing in type '{ setup: () => void; preRender: (page: Page) => Promise<void>; postRender: (page: Page) => Promise<void>; getHttpHeaders: (url: string) => Promise<{ Authorization: string; }>; prepare: ({ page }: PrepareContext) => Promise<...>; }' but required in type 'TestRunnerConfig'.
test (16.x)
Process completed with exit code 1.
test (18.x)
The job was canceled because "_16_x" failed.
test (18.x)
The operation was canceled.