UNPKG
allure-js-commons
Version:
latest (3.7.2)
3.7.2
3.7.1
3.7.0
3.6.0
3.5.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.15.1
2.15.0
2.14.1
2.14.0
2.13.0
2.12.2
2.12.1
2.12.0
2.11.3
2.11.1
2.11.0
2.10.0
2.9.2
2.9.1
2.9.0
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
2.0.0-beta.26
2.0.0-beta.25
2.0.0-beta.24
2.0.0-beta.23
2.0.0-beta.22
2.0.0-beta.21
2.0.0-beta.20
2.0.0-beta.19
2.0.0-beta.18
2.0.0-beta.17
2.0.0-beta.16
2.0.0-beta.15
2.0.0-beta.14
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
Allure JS Commons
allurereport.org
allure-framework/allure-js
allure-js-commons
/
dist
/
cjs
/
src
/
current
/
testplan.d.ts
9 lines
(8 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
TestPlanV1
{
version
:
"1.0"
;
tests
: {
id
:
string
|
number
;
selector
:
string
; }[]; }
export
declare
const
parseTestPlan
:
() =>
TestPlanV1
|
undefined
;