Allure reports not generate result of all test files #55
-
hi @mmisty This is package.json
this is config.js
I have renamed the APIS to 1 2 because of obvious reason :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
@mariamaslam Hello, Could you please attach your report and show the contents of a any test file |
Beta Was this translation helpful? Give feedback.
-
@mariamaslam regarding your configuration
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@mariamaslam regarding your configuration
"allure:report": "npm run allure generate allure-result && allure open allure-result",
seems incorrect for me.Should be
"allure:report": "npm run allure -- generate allure-result && allure open allure-result",
allure-results
folder, but you generate report forallure -result
folder