create-testplane
Version:
A tool for fast and simple Testplane configuration
22 lines • 869 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_TEST_FILTER,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_TEST_FILTER] = {
__comment: "https://github.com/gemini-testing/testplane-test-filter",
enabled: true,
inputFile: "testplane-filter.json",
__comment1: "Create a file testplane-filter.json",
__comment2: "With the following structure:",
__comment3: "[",
__comment4: " {",
__comment5: ' "fullTitle": "some-title",',
__comment6: ' "browserId": "some-browser"',
__comment7: " }",
__comment8: "]",
};
},
};
//# sourceMappingURL=testplane-test-filter.js.map