UNPKG
@testiny/automation
Version:
latest (1.34.0)
1.34.0
1.33.0
1.32.0
1.31.1
1.31.0
1.30.0
1.29.0
1.28.1
1.27.0
1.26.2
1.26.1
1.26.0
1.25.2
1.25.1
1.25.0
1.24.1
1.24.0
1.23.2
1.23.1
1.23.0
A collection of utilities for importing automation reports into Testiny
www.testiny.io
@testiny/automation
/
reporters
/
playwright.js
3 lines
(2 loc)
•
116 B
JavaScript
View Raw
1
2
3
const
{
TestinyPlaywrightReporter
} =
require
(
"../testiny-automation"
);
module
.
exports
=
TestinyPlaywrightReporter
;