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
@@ -284,6 +284,19 @@ module.exports = {
284
284
}];
285
285
```
286
286
287
+
### Allure Reporting
288
+
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.
289
+
290
+
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.
333
-
334
-
To run the tests and browse the report, use the following commands:
335
-
```bash
336
-
# Running the tests
337
-
npx mocha tests/
338
-
339
-
# Running the reporting server
340
-
allure serve allure-results
341
-
342
-
```
343
-
344
344
## Contribute
345
345
346
346
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