DEV Community

Discussion on: Bringing new life into Edge Selenium Tools

 
sreidhark profile image
sreidhark

Hi
2) Sorry, forgot to mention. I need the report when NOT running from pytest. How do I pass these arguments when running from main?

Thanks
Sri

Thread Thread
 
mintzworld profile image
Michael Mintz

Hi Sri, those reports are specific to pytest plugins: pytest-html and allure-pytest. You'll need to use pytest for those reports to be generated.

Thread Thread
 
sreidhark profile image
sreidhark

Thanks