-
-
Notifications
You must be signed in to change notification settings - Fork 764
Description
Describe the Bug
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.
tool version :
"allure-commandline": "2.26.0",
"allure-js-commons": "^3.0.0-beta.10",
command:
npm run e2e:wdio
./node_modules/allure-commandline/bin/allure generate --clean reports/allure-results/
Steps to Reproduce
1: run command to trigger qmate testcase (It would be best to have more than 10 suites,ex: 14 suites)
npm run e2e:wdio
2: run command generate report
./node_modules/allure-commandline/bin/allure generate --clean reports/allure-results/
3: check total suites account in allure-report/data/suites.json
4: check suites data in allure-report/widgets/suites.json
result:
1: 14 suites recored in allure-report/data/suites.json
2: in allure-report/data/suites.json, "total" is 14, but the sub-item under "items" just only 10 suites.
But the actual allure-report/data/suites.json file missed 4 suites, although the total in files is 14, but only 10 items. pls check below suites.json
Expected Behaviour
expect:
1: 14 suites recored in allure-report/data/suites.json
2: 14 suites recored in allure-report/widgets/suites.json
Screenshots or Additional Context
What Language are you using?
JavaScript
What Framework/Allure Integration you are using?
allure-commandline
What version of Allure Integration you are using?
2.26.0
What version of Allure Report you are using?
2.26.0
Code of Conduct
- I agree to follow this project's Code of Conduct

