UNPKG
@testiny/automation
Version:
latest (1.40.0)
1.40.0
1.39.1
1.39.0
1.38.0
1.37.0
1.36.0
1.35.2
1.35.1
1.35.0
1.34.1
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
;