Skip to content

Commit f2acd7a

Browse files
authored
Add allure information link
1 parent eeecd58 commit f2acd7a

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
@@ -283,6 +283,19 @@ module.exports = {
283283
}];
284284
```
285285
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:
290+
```bash
291+
# Running the tests
292+
npx mocha tests/
293+
294+
# Running the reporting server
295+
allure serve allure-results
296+
297+
```
298+
286299
## Implementation
287300
288301
### VC-API
@@ -327,19 +340,6 @@ you can check the
327340
[vc-test-suite-implementations](https://github.com/w3c/vc-test-suite-implementations)
328341
library.
329342
330-
### Allure Reporting
331-
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-
343343
## Contribute
344344
345345
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)