UNPKG
@allurereport/web-allure2
Version:
latest (3.3.1)
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-beta.27
3.0.0-beta.26
3.0.0-beta.25
3.0.0-beta.24
3.0.0-beta.23
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.17
3.0.0-beta.16
3.0.0-beta.15
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
The static files for Allure Classic Report
@allurereport/web-allure2
/
src
/
plugins
/
testresult-history
/
index.js
4 lines
(2 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
import
HistoryView
from
"./HistoryView.js"
; allure.
api
.
addTestResultTab
(
"history"
,
"testResult.history.name"
,
HistoryView
);