Hello fellow engineers,
I am trying to run allure reports (to generate the html ones) with below command
allure generate C:\Users\Rahul Jain\PycharmProjects\Pytest_Selenium\JSON --clean
But getting below error:
C:\Users\Rahul does not exist
Jain\PycharmProjects\Pytest_Selenium\JSON does not exist
I think this is happening due to spaces between Rahul and Jain. I did google and found few tricks to resolve it but nothing is working for me-
Below are the commands I tried, but not working for me-
"allure generate C:\Users\Rahul Jain\PycharmProjects\Pytest_Selenium\JSON --clean"
"allure generate "C:\Users\Rahul Jain\PycharmProjects\Pytest_Selenium\JSON" --clean"
Would appreciate if you have any other resolution