Skip to content

Commit 82abec5

Browse files
committed
updated documentation
1 parent c45c69a commit 82abec5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,9 @@ Note, since version 4.0.0, now _EvoMaster_ by default also creates an interactiv
123123

124124
* _State-of-the-art_: an [independent study (2022)](https://arxiv.org/abs/2204.08348), comparing 10 fuzzers on 20 RESTful APIs, shows that _EvoMaster_ gives the best results. Another [independent study (2024)](https://arxiv.org/abs/2410.12547) done by a different research group confirms these results.
125125

126-
* _Schema_: REST APIs must provide a schema in [OpenAPI/Swagger](https://swagger.io)
127-
format (either _v2_ or _v3_).
126+
* _Schema_: REST APIs must provide a schema in [OpenAPI format](https://www.openapis.org/). We support versions _2.0_, _3.0_ and _3.1_. Unfortunately, support for version _3.2_ is currently on hold due to [swagger-parser](https://github.com/swagger-api/swagger-parser/issues/2248).
128127

129-
* _Output_: the tool generates _JUnit_ (version 4 or 5) tests, written in either Java or Kotlin, as well as test suites in Python and JavaScript. For a complete list, see the documentation for the CLI parameter [--outputFormat](docs/options.md).
128+
* _Output_: the tool generates _JUnit_ (version 4 or 5) tests, written in either _Java_ or _Kotlin_, as well as test suites in _Python_ and _JavaScript_. For a complete list, see the documentation for the CLI parameter [--outputFormat](docs/options.md).
130129
Some examples are: PYTHON_UNITTEST, KOTLIN_JUNIT_5, JAVA_JUNIT_4 and JS_JEST.
131130
Note that the generated tests rely on third-party libraries (e.g., to make HTTP calls).
132131
These will need to be setup in your projects, [see documentation](docs/library_dependencies.md).

docs/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ git push origin v<x.y.z>
9595
```
9696
This will trigger a special build on GitHub Action (see `.github/workflows/release.yml`).
9797
If everything goes correctly, then after that action is completed the new release should be available on the [release page](https://github.com/WebFuzzing/EvoMaster/releases).
98+
Also, you should check if the created Docker image is available on [Docker Hub](https://hub.docker.com/r/webfuzzing/evomaster/tags).
9899

99100
In case of problems, will need to remove the created (locally and remotely), before trying again:
100101

0 commit comments

Comments
 (0)