create-testplane
Version:
A tool for fast and simple Testplane configuration
16 lines • 662 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_OAUTH,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_OAUTH] = {
__comment: "https://github.com/gemini-testing/testplane-oauth",
enabled: true,
__comment1: 'Please add "token" and "help" properties:',
__comment2: 'token: "<token>" (or absolute filepath with a token)',
__comment3: 'help: "https://..." (information on where to get a token)',
};
},
};
//# sourceMappingURL=testplane-oauth.js.map