You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug allure watch spams error stack traces in the terminal
To Reproduce
Steps to reproduce the behavior:
Run allure watch allure-results/ where results folder continuously adds new results
Observe the counters increasing and sometimes an error stack trace.
error parsing 0e688e48-c573-4247-b32d-2abd470e8797-result.json SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at readSteamToJson (file:///home/boris.osipov/.nvm/versions/node/v22.11.0/lib/node_modules/allure/node_modules/@allurereport/reader-api/dist/resultFile.js:123:17)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async PathResultFile.readContent (file:///home/boris.osipov/.nvm/versions/node/v22.11.0/lib/node_modules/allure/node_modules/@allurereport/reader-api/dist/resultFile.js:52:26)
at async PathResultFile.asJson (file:///home/boris.osipov/.nvm/versions/node/v22.11.0/lib/node_modules/allure/node_modules/@allurereport/reader-api/dist/resultFile.js:37:16)
at async Object.read (file:///home/boris.osipov/.nvm/versions/node/v22.11.0/lib/node_modules/allure/node_modules/@allurereport/reader/dist/cucumberjson/index.js:38:32)
at async AllureReport.readResult (file:///home/boris.osipov/.nvm/versions/node/v22.11.0/lib/node_modules/allure/node_modules/@allurereport/core/dist/report.js:75:39)
Describe the bug
allure watch
spams error stack traces in the terminalTo Reproduce
Steps to reproduce the behavior:
allure watch allure-results/
where results folder continuously adds new resultsExpected behavior
Stacktraces don't appear.
Enviroment:
allure/3.0.0-beta.7 linux-x64 node-v22.11.0
The text was updated successfully, but these errors were encountered: