Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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:
```xml

target/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