1 安装插件 {#1-%E5%AE%89%E8%A3%85%E6%8F%92%E4%BB%B6}
1.1 插件安装方式 {#1.1-%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85%E6%96%B9%E5%BC%8F}
- 在线安装:直接在 idea -> Settings -> plugins -> Marketplace 搜索 MeterSphere 在线安装
- 离线安装:下载安装包,idea -> Settings -> plugins -> 选择下载的插件 -> Install Plugin from Disk
打开 MeterSphere GitHub 地址,在仓库搜索 idea,地址:https://github.com/metersphere
点击这个 metersphere-idea-plugin,找到并点击"下载离线包"
2 配置插件信息 {#2-%E9%85%8D%E7%BD%AE%E6%8F%92%E4%BB%B6%E4%BF%A1%E6%81%AF}
找到 Other Settings 下的 MeterSphere
输入 MeterSphere 相关地址信息,accessKey 和 secretKey 可以在个人信息中生成,然后点击 test 按钮
可以看到验证成功的弹窗,工作空间等信息会自动填充,修改成要同步模块
在要同步接口的 Controller 右键选择 Export MeterSphere
同步成功弹窗
3 验证接口 {#3-%E9%AA%8C%E8%AF%81%E6%8E%A5%E5%8F%A3}
在要同步的模块中看到了同步过来的接口
创建一个用例进行测试,接口响应正常