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.
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
+
329
343
## Contribute
330
344
331
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