This commit is contained in:
gongwenxin
2025-08-07 15:07:38 +08:00
parent 1901cf611e
commit fa343eb111
55 changed files with 17850 additions and 16283 deletions
+4 -1
View File
@@ -24,8 +24,11 @@ run_dms:
--stages-dir ./custom_stages \
--custom-test-cases-dir ./custom_testcases \
-v \
-o ./test_reports/ >log_dms.txt 2>&1
-o ./test_reports/ >log_dms1.txt 2>&1
run_dms2:
python run_api_tests.py --base-url https://www.dev.ideas.cnpc/ --dms ./assets/doc/dms/domain.json --stages-dir ./custom_stages --custom-test-cases-dir ./custom_testcases -v -o ./test_reports/ >log_dms.txt 2>&1
# 构建Docker镜像,只需要在依赖变化时执行一次
build_docker_image:
docker build -t compliance-builder:latest .