feat: updated README.md + added mermaid.js diagram source
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-07-03 17:59:30 +02:00
parent 41d00bc941
commit 3349f5768a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 19 additions and 1 deletions

View File

@ -7,7 +7,7 @@ this repo holds the *sawce* files for the TSO semestral work
#### hierarchy
<p align="center">
<img alt="hierarchy" src="test_hierarchy.png" height="386" />
<img alt="test_hierarchy" src="test_hierarchy.png" height="386" />
</p>
### preferred workflow
@ -56,3 +56,7 @@ or (when using the [`alpine-rf image`](https://git.dotya.ml/wanderer/docker-alpi
/testing $ mkdir -pv results
/testing $ robot -T -d results test00.robot
```
#### mermaid.js
the [diagram](test_hierarchy.png) under [hierarchy](#hierarchy) was generated using [this](./test_hierarchy.mermaid.js) [`mermaid.js`](https://mermaid-js.github.io/mermaid/#/ "mermaid.js") code

14
test_hierarchy.mermaid.js Normal file
View File

@ -0,0 +1,14 @@
graph TD
A -->|test set| B(desktop)
A[rf tests] -->|test set| C(mobile)
B --> |test set|D(fa:fa-cog automated)
B --> |test set|E(fa:fa-wrench manual)
C --> |test set|F(fa:fa-cog automated)
C --> |test set|G(fa:fa-wrench manual)
D --> |test|H(test00-19)
E --> |test|I(test20-29)
F --> |test|J(m-test00-19)
G --> |test|K(m-test20-29)