UNPKG
wdio-visual-regression-tracker-service
Version:
latest (1.0.0)
1.0.0
0.0.1
WDIO Service for the Visual Regression Tracker
wdio-visual-regression-tracker-service
/
src
/
VrtOptions.ts
10 lines
(9 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
interface
VrtOptions
{
apiUrl
:
string
;
project
:
string
;
apiKey
:
string
;
branchName
:
string
;
diffTolerancePercent
:
number
;
enableSoftAssert
?:
boolean
;
ciBuildId
?:
string
; }