Is there any specification for the test result format? #1764
Replies: 3 comments 3 replies
-
there is no documentation yet, but we have a SDK's for each language, so you can use it. Or you can look how it's done here https://github.com/allure-framework/allure-js/blob/master/packages/allure-js-commons/src/model.ts |
Beta Was this translation helpful? Give feedback.
-
Just wanted to re-up this: I was thinking about writing some test report generators for some Haskell test frameworks, but it's difficult without any documentation of the test format. It would be superb if it was in a machine-readable format such that the code for working with it could be generated :) |
Beta Was this translation helpful? Give feedback.
-
The testresult.json file documentation: https://allurereport.org/docs/how-it-works-test-result-file/ |
Beta Was this translation helpful? Give feedback.
-
Hi, I need to develop an adapter for our own test framework, but I couldn't find any document about the format of the test result JSON files.
Beta Was this translation helpful? Give feedback.
All reactions