playwright-bdd
Version:
BDD Testing with Playwright runner
11 lines • 556 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.supportedFeatures = void 0;
const utils_1 = require("./utils");
exports.supportedFeatures = {
ariaSnapshots: utils_1.playwrightVersion >= '1.49.0',
// PW 1.55 and 1.56 incorrectly show a warning for boxed fixtures that are defined but not used.
// See: https://github.com/microsoft/playwright/issues/37147
boxedFixturesWarning: utils_1.playwrightVersion >= '1.55.0' && utils_1.playwrightVersion < '1.57.0',
};
//# sourceMappingURL=supportedFeatures.js.map