File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/resources/com/aventstack/extentreports/view/v3html/category-view Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 <#if category.failed != 0 >
2929 <span class =' label fail' >${ category.failed }</span >
3030 </#if >
31- <#if category.others != 0 >
32- <span class =' label others' >${ category.others }</span >
31+ <#if category.skipped != 0 >
32+ <span class =' label others' >${ category.skipped }</span >
3333 </#if >
3434 </span >
3535 </div >
3636 <div class =' category-content hide' >
3737 <div class =' category-status-counts' >
3838 <#if category.passed != 0 ><span class =' label green accent-4 white-text' >Passed: ${ category.passed }</span ></#if >
3939 <#if category.failed != 0 ><span class =' label red lighten-1 white-text' >Failed: ${ category.failed }</span ></#if >
40- <#if category.others != 0 ><span class =' label yellow darken-2 white-text' >Others : ${ category.others }</span ></#if >
40+ <#if category.skipped != 0 ><span class =' label yellow darken-2 white-text' >Skipped : ${ category.skipped }</span ></#if >
4141 </div >
4242 <div class =' category-tests' >
4343 <table class =' bordered table-results' >
You can’t perform that action at this time.
0 commit comments