UNPKG

create-testplane

Version:

A tool for fast and simple Testplane configuration

19 lines 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const plugins_1 = require("../constants/plugins"); exports.default = { name: plugins_1.TESTPLANE_URL_DECORATOR, fn: (config) => { config.plugins[plugins_1.TESTPLANE_URL_DECORATOR] = { __comment: "https://github.com/gemini-testing/testplane-url-decorator", enabled: true, url: { query: { __comment1: 'Write your entries like "text": "ololo" to add query param &text=ololo', __comment2: 'You can also specify "mode": "override", if you need to overwrite existing param', }, }, }; }, }; //# sourceMappingURL=testplane-url-decorator.js.map