Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

<div class="b-island__title">
{{'testsuite.TESTSUITE' | translate}}<span ng-show="testsuite.name" class="text-muted">: {{testsuite.name}} <copy-button text="testsuite.name"></copy-button></span>
</div>
<div class="pane__header">
<h3>
<div class="pane__header_controls pull-right">
<span class="fa fa-expand clickable" tooltip="{{'tooltip.EXPAND' | translate}}" ng-hide="isState('xunit.testsuite.expanded')" ui-sref="xunit.testsuite.expanded"></span>
<span class="fa fa-compress clickable" tooltip="{{'tooltip.COLLAPSE' | translate}}" ng-show="isState('xunit.testsuite.expanded')" ui-sref="xunit.testsuite"></span>
<span class="fa fa-close clickable" tooltip="{{'tooltip.CLOSE' | translate}}" ui-sref="xunit"></span>
</div>
{{testsuite.title}}
</h3>
</div>
<div class="alert alert-bordered" ng-show="testsuite.description">
<b>{{'testsuite.DESCRIPTION' | translate}}</b><span text-cut="testsuite.description.value" escape-html="{{testsuite.description.type.toLowerCase() != 'markdown'}}"></span>
</div>
<div status-switcher statuses="showStatuses" class="pull-right" statistic="testsuite.statistic"></div>
<div testcases-list="testsuite.testCases" statuses="showStatuses" selected-uid="testcase.uid"></div>