UNPKG
@stencil/playwright
Version:
dev (0.2.2-dev.1763311619.b0d6b9d)
latest (0.5.1)
next (1.2.3-next.7)
1.2.3-next.11
1.2.3-next.10
1.2.3-next.9
1.2.3-next.7
1.2.3-next.6
1.2.3-next.5
1.2.3-next.4
1.2.3-next.3
1.2.3-next.2
1.2.3-next.1
1.2.3-next.0
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2-dev.1763311619.b0d6b9d
0.2.1
0.2.0
0.1.0
0.1.0-dev.1711388093.d961d14
0.1.0-dev.1710793791.3353b57
0.1.0-dev.1710423894.3547fcc
0.1.0-dev.1710423801.d98b1c3
0.0.1-dev
0.0.0-dev
Testing adapter to use Playwright with Stencil
github.com/stenciljs/playwright
stenciljs/playwright
@stencil/playwright
/
dist
/
page
/
utils
/
spy-on-event.d.ts
4 lines
(3 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
import
type
{ E2EPage }
from
'../../playwright-declarations'
;
import
{
EventSpy
}
from
'../event-spy'
;
export
declare
const
spyOnEvent
:
(
page
: E2EPage,
eventName
:
string
) =>
Promise
<
EventSpy
>;