UNPKG
playwright-bdd
Version:
latest (8.4.1)
next (8.4.1-0)
8.4.1
8.4.1-0
8.4.0
8.3.1
8.3.0
8.2.1
8.2.0
8.2.0-0
8.1.0
8.0.1
8.0.0
7.5.0
7.4.2
7.4.1
7.4.0
7.3.0
7.2.2
7.2.1
7.2.0
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
7.0.0-1
7.0.0-0
6.6.0
6.5.2
6.5.1
6.5.0
6.4.0
6.3.1
6.3.0
6.2.0
6.2.0-0
6.1.1
6.1.0
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-1
6.0.0-0
5.8.0
5.7.1
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.0
5.1.1
5.1.0
5.0.1
5.0.0
4.0.0
4.0.0-2
4.0.0-1
4.0.0-0
3.3.0
3.3.0-0
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.1-1
3.0.1-0
3.0.0-0
2.2.0
2.1.0
2.0.0
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
BDD Testing with Playwright runner
github.com/vitalets/playwright-bdd
vitalets/playwright-bdd
playwright-bdd
/
dist
/
playwright
/
supportedFeatures.js
8 lines
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
supportedFeatures
=
void
0
;
const
utils_1 =
require
(
"./utils"
);
exports
.
supportedFeatures
= {
ariaSnapshots
: utils_1.
playwrightVersion
>=
'1.49.0'
, };
//# sourceMappingURL=supportedFeatures.js.map