ci:modify test readme

This commit is contained in:
chenhaoran 2025-01-16 19:11:36 +08:00
parent 0af9f10054
commit 35f8fb8153
1 changed files with 3 additions and 0 deletions

View File

@ -140,7 +140,10 @@ Create a file in `tests/system-test` containing each functional directory and re
##### 2.Execute the test case
Ensure the test case execution is successful.
``` bash
cd tests/system-test & python3 ./test.py -f 0-others/test_case_template.py
```
##### 3.Integrate into CI tests