add a test fips command #6169
Annotations
10 errors and 1 warning
Run yarn build:
src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
|
Run yarn build:
src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
|
Run yarn build:
src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
|
Run yarn build:
src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
|
Run yarn build:
src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
|
Run yarn build:
src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
|
Run yarn build:
src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
|
Run yarn build:
src/commands/synthetics/run-tests-command.ts#L30
Cannot find module 'src/helpers/fips' or its corresponding type declarations.
|
Run yarn build:
src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
|
Run yarn build:
src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
|
This workflow ran on a hosted runner that uses the "Base Image for Ubuntu Server 22.04". This image will be deprecated in September 2024. Please setup a new runner to use the "Ubuntu 22.04 by Arm Limited" or "Ubuntu 24.04 by Arm Limited" image. This will help reduce workflow run times as there are pre-installed tools. To view the list of installed software on new images, check out https://github.com/actions/partner-runner-images repository.
|
Loading