UNPKG

yapi-plugin-pl-test-dashboard

Version:

YAPI自动化测试结果数据面板插件,支持在YAPI中通过数据可视化的方式查看自动化测试结果。

17 lines (13 loc) 276 B
let _config = {} class Config { static get instance() { return _config } static set instance(options) { if (options && typeof options == 'object') { let config = Object.assign(_config, options) _config = config } } } module.exports = Config