pytest playwright selenium request web ui 及接口自动化测试for ci 门禁 冒烟 回归测试

root@testing-platform-01:~/automation_test_framework# cat Test_cases_run.sh
#!/bin/bash
source ~/venv_auto/bin/activate
pytest
root@testing-platform-01:~/automation_test_framework# cat Allure.sh
#!/bin/bash
allure serve /root/automation_test_framework/reports/allure-results -h 192.168.200.150 -p 6688
浙公网安备 33010602011771号