openReport.bat 136 B

1234
  1. call ../pytest_venv/Scripts/activate.bat
  2. call python all.py
  3. call allure generate ./result/ -o ./report/ --clean
  4. call allure open report/