The suites data in the report is incorrect #3001
Replies: 1 comment
-
in allure-report/widgets/suites.json , we can see the total is 14, but only 10 sub item in items. it should be something about pagination ? how i can disable Pagination in generate report command line , or how i can show all the sub items in allure-report/widgets/suites.json |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
tmp.json
my command :
npm run e2e:wdio
./node_modules/allure-commandline/bin/allure generate --clean reports/allure-results/
tool version :
"allure-commandline": "2.26.0",
"allure-js-commons": "^3.0.0-beta.10",
i have total 14 suites, they all finished. all suites (14) are recorded in allure-report/data/suites.json , but only 10 recorded in allure-report/widgets/suites.json.
Beta Was this translation helpful? Give feedback.
All reactions