create-testplane
Version:
A tool for fast and simple Testplane configuration
18 lines • 780 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_STORYBOOK,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_STORYBOOK] = {
__comment1: "https://github.com/gemini-testing/testplane-storybook",
__comment2: "To run testplane storybook tests, use --storybook flag when launching testplane",
__comment3: "And dont forget to set 'buildStoriesJson: true' in storybook config if you use storybook@6",
enabled: true,
autoScreenshots: true,
storybookConfigDir: ".storybook",
localport: 6006,
};
},
};
//# sourceMappingURL=testplane-storybook.js.map