UNPKG
sealights-playwright-plugin
Version:
latest (2.0.127)
2.0.127
2.0.125
2.0.124
2.0.121
2.0.120
2.0.119
2.0.118
2.0.113
2.0.109
2.0.102
2.0.92
Playwright plugin for Sealights integration.
sealights-playwright-plugin
/
tsOutputs
/
src
/
utils
/
index.d.ts
7 lines
(6 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{
SealightsConfig
}
from
'./config'
;
export
*
as
consts
from
'./const'
;
export
*
as
coverageUtils
from
'./coverage'
;
export
{
default
as
logger }
from
'./logger'
;
export
{
SealightsTestSessionService
}
from
'./service'
;
export
*
from
'./version'
;