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
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,19 @@ module.exports = {
283
283
}];
284
284
```
285
285
286
+
### Allure Reporting
287
+
It's also possible to generate local allure reports for analyzing and debuging results. [Allure](https://allurereport.org/) is a language agnostic reporting framework which enables useful features for developers and test-suite designers.
288
+
289
+
To run the tests and browse the report, use the following commands:
It's also possible to generate local allure reports for analyzing and debuging results.
332
-
333
-
To run the tests and browse the report, use the following commands:
334
-
```bash
335
-
# Running the tests
336
-
npx mocha tests/
337
-
338
-
# Running the reporting server
339
-
allure serve allure-results
340
-
341
-
```
342
-
343
343
## Contribute
344
344
345
345
See [the CONTRIBUTING.md file in the `w3c/vc-test-suite-implementations` repo](https://github.com/w3c/vc-test-suite-implementations/blob/main/CONTRIBUTING.md).
0 commit comments