mirror of
https://github.com/Vivify-Ideas/cypress-testrail-reporter.git
synced 2025-12-16 18:15:39 -06:00
Resolving ts errors
This commit is contained in:
@@ -85,7 +85,7 @@ ${test.err}`,
|
||||
);
|
||||
return;
|
||||
}
|
||||
let executionDateTime = moment().format('MMM Do YYYY, HH:mm')
|
||||
let executionDateTime = moment().format('MMM Do YYYY, HH:mm');
|
||||
let total = this.passes + this.fails + this.pending;
|
||||
let name = `${reporterOptions.runName || 'Automated test run'} ${executionDateTime}`;
|
||||
let description = `Automated test run executed on ${executionDateTime}
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"noImplicitAny": false,
|
||||
"pretty": true,
|
||||
"outDir": "dist",
|
||||
"typeRoots": ["node_modules/@types"]
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"lib": [ "es2017", "dom" ]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
||||
Reference in New Issue
Block a user