Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biski/gatling2allure
Convert Gatling log to Allure report
https://github.com/biski/gatling2allure
allure allure-report gatling gatling2allure-converter reporting
Last synced: 2 days ago
JSON representation
Convert Gatling log to Allure report
- Host: GitHub
- URL: https://github.com/biski/gatling2allure
- Owner: biski
- Created: 2018-02-07T21:39:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T18:21:32.000Z (over 6 years ago)
- Last Synced: 2024-01-25T06:09:46.210Z (10 months ago)
- Topics: allure, allure-report, gatling, gatling2allure-converter, reporting
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gatling - gatling2allure - Convert Gatling log to Allure report. (Tools / Reporting)
README
# Gatling2Allure converter
Tired of analyzing Gatling text logs to extract useful information?
Convert Gatling log to beautiful [Allure](https://github.com/allure-framework/allure2) report.
See [example Allure report](https://ci.qameta.in/job/allure2/job/master/Demo2_Report/)# Configuration
## logback.xml in Gatling project
Ensure that Gatling logs passed and failed requests with responses to file.
Change logback.xml configuration:
```xmltarget/simulation-${date}.log
%d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rEx
```
```xml
```
```xml
```
# Run
## Run from IDE
@TODO
## Run from jar
- run Gatling tests
- run gatling2allure converter:
```bash
java -jar /path/to/simulation.log
```
- generate [Allure](https://github.com/allure-framework/allure2) report
- open report in Firefox