Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosolko/allure-gradle-configuration
Read story on medium
https://github.com/rosolko/allure-gradle-configuration
allure2 gradle java junit5 retrofit2 selenide
Last synced: 4 months ago
JSON representation
Read story on medium
- Host: GitHub
- URL: https://github.com/rosolko/allure-gradle-configuration
- Owner: rosolko
- License: mit
- Created: 2018-08-03T07:59:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:05:20.000Z (10 months ago)
- Last Synced: 2024-04-12T14:21:21.879Z (10 months ago)
- Topics: allure2, gradle, java, junit5, retrofit2, selenide
- Language: Java
- Homepage: https://medium.com/@rosolko/simple-allure-2-configuration-for-gradle-8cd3810658dd
- Size: 740 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple [Allure 2](https://github.com/allure-framework/allure-java) configuration for Gradle
Related to [medium post](https://medium.com/@rosolko/simple-allure-2-configuration-for-gradle-8cd3810658dd)
How to use:
* Clone repo
* Run tests: `./gradlew clean test`
* Generate allure project:
* `./gradlew allureReport` - generate Allure report
* `./gradlew allureServe` - generate Allure report and opens it in the default browser