Skip to content

Commit

Permalink
display name missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 9, 2024
1 parent 31339b5 commit 5186f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/BaseSpec.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ component {
"labels" : ( isSimpleValue( arguments.labels ) ? listToArray( arguments.labels ) : arguments.labels ),
// spec title
"name" : arguments.title,
// Display name
"displayName" : arguments.title,
// the order of execution
"order" : this.$specOrderIndex++,
// skip spec testing
Expand Down
1 change: 1 addition & 0 deletions tests/coverageReport.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"COLUMNS":["filePath","relativeFilePath","filePathHash","numLines","numCoveredLines","numExecutableLines","percCoverage","lineData"],"DATA":[["/Users/lmajano/Sites/projects/TestBox/tests/CoverageReporterTest.cfc","CoverageReporterTest.cfc","B506E28C0CC6B7939E1A86ED7ACDA3B2",3,0,0,0,{"2":"0","1":1}],["/Users/lmajano/Sites/projects/TestBox/tests/CoverageServiceTest.cfc","CoverageServiceTest.cfc","7F968BF64B0F50B6BA8988D55B3B17EE",3,0,0,0,""]]}

0 comments on commit 5186f9f

Please sign in to comment.