Skip to content

Commit

Permalink
chore(): enedis oss spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimGl committed Nov 25, 2024
1 parent 3be2c39 commit 831fc9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Build](https://github.com/Enedis-OSS/chutney/actions/workflows/build-all.yml/badge.svg?branch=main)](https://github.com/Enedis-OSS/chutney/actions/workflows/build-all.yml)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/559893368d134d729b204891e3ce0239)](https://www.codacy.com/gh/chutney-testing/chutney?utm_source=github.com&utm_medium=referral&utm_content=chutney-testing/chutney&utm_campaign=Badge_Grade)
[![Coverage Status](https://codecov.io/gh/Enedis-OSS/chutney/branch/master/graph/badge.svg)](https://codecov.io/gh/chutney-testing/chutney/)
[![REUSE](https://github.com/Enedis-oss/chutney/actions/workflows/reuse.yml/badge.svg)](https://github.com/Enedis-oss/chutney/actions/workflows/reuse.yml)
[![REUSE](https://github.com/Enedis-OSS/chutney/actions/workflows/reuse.yml/badge.svg)](https://github.com/Enedis-OSS/chutney/actions/workflows/reuse.yml)
[![GitHub Release](https://img.shields.io/github/v/release/Enedis-OSS/chutney)](https://github.com/Enedis-OSS/chutney/releases)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.chutneytesting/server/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.chutneytesting/server)
[![GitHub Release](https://img.shields.io/github/v/release/Enedis-OSS/chutney?label=docker)](https://github.com/Enedis-OSS/chutney/pkgs/container/chutney%2Fchutney-server)
Expand Down Expand Up @@ -116,15 +116,15 @@ Here is an example of a scenario written in Kotlin ([source code](https://github

### Execution report
#### In Intellij
When executing the previous scenario from your intellij using a [junit test](https://github.com/Enedis-oss/chutney/blob/main/example/src/test/kotlin/com/chutneytesting/example/http/SwapiTest.kt), the execution report will be printed in the console.
When executing the previous scenario from your intellij using a [junit test](https://github.com/Enedis-OSS/chutney/blob/main/example/src/test/kotlin/com/chutneytesting/example/http/SwapiTest.kt), the execution report will be printed in the console.
![swapi-ide-report.png](docs/docs/img/swapi-ide-report.png)

#### In chutney UI
After [synchronizing](https://github.com/Enedis-OSS/chutney/blob/main/example/src/main/kotlin/com/chutneytesting/demo/sync/demoServer.kt#L29) the previous scenario with a running chutney server, you can run it from the UI.
![swapi-ui-report.png](docs/docs/img/swapi-ui-report.png)

### More examples
You can find some other example with http,jms, kafka, rabbit or sql [here](https://github.com/Enedis-oss/chutney/tree/main/example/src/main/kotlin/com/chutneytesting/example/scenario)
You can find some other example with http,jms, kafka, rabbit or sql [here](https://github.com/Enedis-OSS/chutney/tree/main/example/src/main/kotlin/com/chutneytesting/example/scenario)

-------------

Expand Down

0 comments on commit 831fc9e

Please sign in to comment.