forked from TrueCloudLab/frostfs-testcases
update
This commit is contained in:
parent
61358128bd
commit
d31de2a9ef
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -49,6 +49,19 @@
|
|||
export BUILD_NEOFS_NODE=<commit or branch>
|
||||
```
|
||||
|
||||
### Генерация документации
|
||||
|
||||
Для генерации документации по шагам:
|
||||
```
|
||||
python3 -m robot.libdoc robot/resources/lib/neofs.py docs/NeoFS_Library.html
|
||||
python3 -m robot.libdoc robot/resources/lib/payment_neogo.py docs/Payment_Library.html
|
||||
```
|
||||
|
||||
Для генерации документации по тесткейсам:
|
||||
```
|
||||
python3 -m robot.testdoc robot/testsuites/integration/ docs/testcases.html
|
||||
```
|
||||
|
||||
## Создание тесткейсов
|
||||
|
||||
### Source code overview
|
||||
|
|
Loading…
Reference in a new issue