
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号