Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allure-framework/allure-demo
The demo report
https://github.com/allure-framework/allure-demo
allure demo report
Last synced: 6 days ago
JSON representation
The demo report
- Host: GitHub
- URL: https://github.com/allure-framework/allure-demo
- Owner: allure-framework
- Created: 2018-01-30T21:25:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T15:33:01.000Z (24 days ago)
- Last Synced: 2024-10-30T00:55:06.651Z (16 days ago)
- Topics: allure, demo, report
- Language: Java
- Homepage: https://demo.allurereport.org
- Size: 2.81 MB
- Stars: 11
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Allure Demo
This repository powers *allure-demo*, which includes demos for the
https://github.com/allure-framework[Allure Framework].== Getting started
`./gradlew clean test`
Results will be generated in the `build/allure-results` path.
`./gradlew allureServe`
Report will be open in the browser.
== Contributing
Allure's demos is open source. We strongly encourage (and value!) any contributions from the community.Contributions include:
* General content improvement: typo fixes and sentence clarifications
* New content: demos for new features and guides for common use casesPlease feel free to open an issue or a pull request. See the _Contributing Guide_ for more information.