-
Notifications
You must be signed in to change notification settings - Fork 20
Enable allure dev reporting #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,3 +17,4 @@ localConfig.cjs | |
| config.json | ||
| reports/** | ||
| !.gitkeep | ||
| allure-results/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ specification. | |
| - [Setup](#setup) | ||
| - [Usage](#usage) | ||
| - [Testing Locally](#testing-locally) | ||
| - [Allure Reporting](#allure-reporting) | ||
| - [Implementation](#implementation) | ||
| - [VC-API](#vc-api) | ||
| - [Contribute](#contribute) | ||
|
|
@@ -326,6 +327,19 @@ you can check the | |
| [vc-test-suite-implementations](https://github.com/w3c/vc-test-suite-implementations) | ||
| library. | ||
|
|
||
| ### Allure Reporting | ||
| It's also possible to generate local allure reports for analyzing and debuging results. | ||
PatStLouis marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| To run the tests and browse the report, use the following commands: | ||
| ```bash | ||
| # Running the tests | ||
| npx mocha tests/ | ||
|
|
||
| # Running the reporting server | ||
| allure serve allure-results | ||
|
||
|
|
||
PatStLouis marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
|
|
||
| ## Contribute | ||
|
|
||
| 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). | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.