Skip to content

Commit 49348ec

Browse files
committed
Add allure information link
1 parent e7b8f73 commit 49348ec

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,19 @@ module.exports = {
284284
}];
285285
```
286286
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:
291+
```bash
292+
# Running the tests
293+
npx mocha tests/
294+
295+
# Running the reporting server
296+
allure serve allure-results
297+
298+
```
299+
287300
## Implementation
288301
289302
### VC-API
@@ -328,19 +341,6 @@ you can check the
328341
[vc-test-suite-implementations](https://github.com/w3c/vc-test-suite-implementations)
329342
library.
330343
331-
### Allure Reporting
332-
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-
344344
## Contribute
345345
346346
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

Comments
 (0)