Skip to content

Commit f7e332b

Browse files
committed
fix after schema change
1 parent 91111aa commit f7e332b

4 files changed

Lines changed: 13 additions & 31771 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Example of configuration:
2020
- uses: webfuzzing/evomaster-action@v1
2121
with:
2222
args: >-
23-
--writeWFCReport true
2423
--blackBox true
2524
--bbSwaggerUrl http://localhost:8080/v3/api-docs
2625
--maxTime 20s
@@ -62,8 +61,6 @@ At the moment, this action has 2 options:
6261

6362
In this example, we used the arguments:
6463

65-
* _--writeWFCReport true_: this is essential to analyze the results of _EvoMaster_ (e.g., to fail the build if any fault is found). Future versions of _EvoMaster_ might have this option on by default, but still specifying it manually here does not harm
66-
6764
* _--blackBox true_: specifying we are doing _black_box_ testing. for historical reasons, default testing mode in _EvoMaster_ is _white-box_.
6865

6966
* _--bbSwaggerUrl http://localhost:8080/v3/api-docs_: when testing a REST API, need to tell where to find the schema. In this example, it is provided by the API itself, which is listening on port 8080. Note, however, that _Docker Compose_ needs to be configured to expose such port, so that _EvoMaster_ can communicate with the API running inside _Docker Compose_.

0 commit comments

Comments
 (0)