mirror of
https://github.com/YMFE/yapi.git
synced 2025-04-06 15:00:26 +08:00
opti: docs
This commit is contained in:
parent
544e1dcfd3
commit
d2aa23faff
@ -1,7 +1,10 @@
|
||||
### v1.3.11
|
||||
|
||||
#### Bug Fixed
|
||||
* 修复 v1.3.10 websocket 连接问题
|
||||
* 修复运行报错问题
|
||||
* 修复数据导入 har 文件问题
|
||||
* 优化服务端自动化测试文案
|
||||
|
||||
### v1.3.9
|
||||
#### Feature
|
||||
|
@ -621,7 +621,11 @@ class InterfaceColContent extends Component {
|
||||
</div>
|
||||
{this.state.hasPlugin ?
|
||||
<div style={{ float: 'right' }}>
|
||||
{this.props.curProjectRole !=='guest'? <Button style={{ marginRight: '8px' }} onClick={this.autoTests}>自动化测试</Button>:null}
|
||||
{this.props.curProjectRole !=='guest'&&
|
||||
<Tooltip title="在 YApi 服务端跑自动化测试,测试环境不能为私有网络,请确保 YApi 服务器可以访问到自动化测试环境domain">
|
||||
<Button style={{ marginRight: '8px' }} onClick={this.autoTests}>服务端测试</Button>
|
||||
</Tooltip>
|
||||
}
|
||||
<Button type="primary" onClick={this.executeTests}>开始测试</Button>
|
||||
</div>
|
||||
:
|
||||
@ -675,7 +679,7 @@ class InterfaceColContent extends Component {
|
||||
|
||||
</Modal>
|
||||
<Modal
|
||||
title="自动化测试"
|
||||
title="服务端自动化测试"
|
||||
width="780px"
|
||||
style={{ minHeight: '500px' }}
|
||||
visible={this.state.autoVisible}
|
||||
@ -728,7 +732,7 @@ class InterfaceColContent extends Component {
|
||||
</Col>
|
||||
</Row>
|
||||
<div className="autoTestMsg">
|
||||
注:访问该URL,可以测试所有用例
|
||||
注:访问该URL,可以测试所有用例,请确保YApi服务器可以访问到环境配置的 domain
|
||||
</div>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user