Skip to content

Commit

Permalink
clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Dec 12, 2024
1 parent cff3b35 commit b9a6985
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ ENTRYPOINT [ \
# Run
# docker run webfuzzing/evomaster <options>
#
# Publish (latest, otherwise tag with :TAG)
# docker login
# docker push webfuzzing/evomaster
#
# Example remote BB
# docker run -v "/$(pwd)/generated_tests":/generated_tests webfuzzing/evomaster --blackBox true --bbSwaggerUrl https://api.apis.guru/v2/openapi.yaml --outputFormat JAVA_JUNIT_4 --maxTime 10s --ratePerMinute 60
#
Expand Down
4 changes: 3 additions & 1 deletion core/src/main/kotlin/org/evomaster/core/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ class Main {
LoggingUtil.getInfoLogger().warn(
inYellow(
"White-box testing (default in EvoMaster) is currently not supported / not recommended in Docker." +
" To run EvoMaster in black-box mode, you can use --blackBox true."
" To run EvoMaster in black-box mode, you can use '--blackBox true'." +
" If you need to run in white-box mode, it is recommended to download an OS installer or" +
" the uber JAR file from the release-page on GitHub."
)
)
}
Expand Down

0 comments on commit b9a6985

Please sign in to comment.