Skip to content

Commit

Permalink
feat: add name support
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 17, 2020
1 parent e856d2c commit 431433b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
4 changes: 4 additions & 0 deletions src/app/shared/components/markdown-render/chart-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ function buildQuadrantChartOption(data) {
},
];
return {
title: {
text: data.name,
left: 'center'
},
series: [{
label: {
normal: {
Expand Down
49 changes: 25 additions & 24 deletions src/assets/docs/practise.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,31 @@ Dashing: http://dashing.io/


```quadrant
- 自动/手动
- 用户故事测试
- 端到端测试
- 回归测试
- ……
- 手动
- 探索式测试
- 用户验收测试
- 用户演示(showcase)
- 用户培训
- 安全测试(业务部分)
- ……
- 自动化
- 单元测试
- 组件测试
- 集成测试
- ……
- 工具
- 安全测试(技术部分)
- 性能测试
- 辅助功能测试
- ……
{config: {left: "支持团队", right: "评价产品", bottom: "面向技术", top: "面向业务"}
- 测试四象限 (Brain Marick)
- 自动/手动
- 用户故事测试
- 端到端测试
- 回归测试
- ……
- 手动
- 探索式测试
- 用户验收测试
- 用户演示(showcase)
- 用户培训
- 安全测试(业务部分)
- ……
- 自动化
- 单元测试
- 组件测试
- 集成测试
- ……
- 工具
- 安全测试(技术部分)
- 性能测试
- 辅助功能测试
- ……
{config: {left: '支持团队', right: '评价产品', bottom: '面向技术', top: '面向业务'}
```

#### 测试金字塔
Expand Down

0 comments on commit 431433b

Please sign in to comment.