C:\Users\AA\AppData\Roaming\npm\node_modules\ts-node\src\index.ts:859
return new TSError(diagnosticText, diagnosticCodes, diagnostics);
^
TSError: ⨯ Unable to compile TypeScript:
src/scripts/cypress-testrail-report.ts:21:7 – error TS2322: Type ‘{ integrationFolder: string; baseUrl: string | undefined; screenshotOnRunFailure: true; screenshotsFolder: string; reporter: string; reporterOptions: { mochaFile: string; }; }’ is not assignable to type ‘ConfigOptions<any>’.
Object literal may only specify known properties, and ‘integrationFolder’ does not exist in type ‘ConfigOptions<any>’.
ode\src\index.ts:1621:12)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
diagnosticCodes: [ 2322 ]
}
TSError: ⨯ Unable to compile TypeScript
Share