-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting empty allure report #518
Comments
I have also cloned the same code but allure-result folder is not getting generated. |
Hi Tallyb, |
did you make sure allure is installed? does it work locally? |
Hi @Tallyb , |
The error is quite clear: no directory. Create the reports/allure-results folder |
Hi @Tallyb , Already tried creating allure-results folder. allure-results is empty, and getting the same issue of 0 test cases. Note : I have cloned https://github.com/Tallyb/cucumber-playwright repo and tried executing the code. |
Is the folder in the comment fill? Any chance it is folder permissions? |
Hi @Tallyb , Anything that i can try for resolving this issue? |
Hi @Tallyb, Please suggest if you have any resolution, it is bit urgent. |
The problem is solved by installing dotenv and including |
Those who are using .env file should follow @javillegas2 steps mentioned above and for others pass the CLI option as
or update npm scripts in package.json as |
I am using cucumber-playwright with typescript framework and have followed same steps for generating allure report. After execution, allure-report folder is getting created but there is nothing inside data -> test-cases and i am getting "ALLURE REPORT UNKNOWN". I am using below dependencies:
"@cucumber/cucumber": "^8.7.0",
"playwright": "^1.26.0",
"allure-cucumberjs": "^2.0.0-beta.19",
Attaching relevant files for the reference. Please let me know if i am missing any detail.
The text was updated successfully, but these errors were encountered: