Skip to content

Latest commit

 

History

History
executable file
·
17 lines (15 loc) · 491 Bytes

execution_commands.md

File metadata and controls

executable file
·
17 lines (15 loc) · 491 Bytes
Test execution based on 'marks/suites' (smoke, regression)
py.cleanup -p && py.test -m smoke --alluredir ExecutionReports/
py.cleanup -p && py.test -m regression --alluredir ExecutionReports/
Report Portal Commands
py.cleanup -p && py.test --reportportal
py.cleanup -p && py.test -m regression --reportportal
py.cleanup -p && py.test -m smoke --alluredir ExecutionReports/ --reportportal
Trigger Allure Reports
allure serve ExecutionReports