UNPKG
allure-playwright
Version:
latest (3.10.2)
3.10.2
3.10.1
3.10.0
3.9.0
3.8.0
3.7.2
3.7.1
3.7.0
3.6.0
3.5.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.15.1
2.15.0
2.14.1
2.14.0
2.13.0
2.12.2
2.12.1
2.12.0
2.11.3
2.11.1
2.11.0
2.10.0
2.9.2
2.9.1
2.9.0
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
2.0.0-beta.26
2.0.0-beta.25
2.0.0-beta.24
2.0.0-beta.23
2.0.0-beta.22
2.0.0-beta.21
2.0.0-beta.20
2.0.0-beta.19
2.0.0-beta.18
2.0.0-beta.17
2.0.0-beta.16
2.0.0-beta.15
2.0.0-beta.14
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
0.0.1
Allure Playwright integration
allurereport.org
allure-framework/allure-js
allure-playwright
/
dist
/
esm
/
autoconfig.js
7 lines
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ test }
from
"@playwright/test"
;
import
{ setGlobalTestRuntime }
from
"allure-js-commons/sdk/runtime"
;
import
{
AllurePlaywrightTestRuntime
}
from
"./runtime.js"
;
if
(test.
info
()) {
setGlobalTestRuntime
(
new
AllurePlaywrightTestRuntime
()); }
//# sourceMappingURL=autoconfig.js.map