UNPKG
@ovotech/cypress-tourist
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.14
0.0.5
Visit a place, take a picture. Compare.
github.com/ovotech/cypress-tourist
ovotech/cypress-tourist
@ovotech/cypress-tourist
/
src
/
index.d.ts
5 lines
(4 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
declare
module
'@ovotech/cypress-tourist'
{
export
function
visitAndSnap
(
url
:
string
):
void
;
export
function
snap
(
uniqueKey
:
string
|
number
|
undefined
):
void
; }