We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0421310 commit e19cf27Copy full SHA for e19cf27
src/generate-report.ts
@@ -198,7 +198,7 @@ class GenerateCtrfReport implements Reporter {
198
test.trace = this.extractFailureDetails(testResult).trace
199
test.snippet = this.extractFailureDetails(testResult).snippet
200
test.rawStatus = testResult.status
201
- test.tags = testCase.tags
+ test.tags = testCase.tags ?? []
202
test.type = this.reporterConfigOptions.testType ?? 'e2e'
203
test.filePath = testCase.location.file
204
test.retries = testResult.retry
0 commit comments