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
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
+
330
344
## Contribute
331
345
332
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