You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -v ${PWD}/generated_tests:/generated_tests webfuzzing/evomaster --schema https://petstore.swagger.io/v2/swagger.json
72
82
```
73
83
74
84
#### Troubleshooting
@@ -110,16 +120,13 @@ Note, since version 4.0.0, now _EvoMaster_ by default also creates an interactiv
110
120
more effective test cases. We support JDK __8__ and the major LTS versions after that (currently JDK __21__). Might work on other JVM versions, but we provide __NO__ support for it.
111
121
Note: there was initial support for other languages as well, like for example JavaScript/TypeScript and C#, but they were not in a stable, feature-complete state. The support for those languages for white-box testing has been dropped, at least for the time being.
112
122
113
-
*_Installation_: we provide installers for the main operating systems: _Windows_ (`.msi`),
114
-
_OSX_ (`.dmg`) and _Linux_ (`.deb`). We also provide an uber-fat JAR file.
115
-
To download them, see the [Release page](https://github.com/WebFuzzing/EvoMaster/releases).
123
+
*_Installation_: the current recommended way to install EvoMaster is via PyPi, e.g., `pip install evomaster`. We also provide an uber-fat JAR file.
124
+
To download it, see the [Release page](https://github.com/WebFuzzing/EvoMaster/releases).
116
125
Release notes are present in the file [release_notes.md](https://github.com/WebFuzzing/EvoMaster/blob/master/release_notes.md).
117
-
If you are using the uber-fat JAR, it should work with any major LTS version (from JDK 8 on).
118
-
Whereas for the client library, needed for white-box testing, we will support JDK 8 likely for a long, long while, be warned that future versions of the executable JAR might start to require higher versions of the JDK in a non-so-distant future.
119
-
If that is going to be higher than your current version of the JVM, if you cannot upgrade or have 2 different JDKs on your machine, then you should not use the uber-jar but rather one of the installers.
120
-
When you use one of the installers, keep in mind that currently they do not update the `PATH` variable. This needs to be done manually, [see documentation](docs/download.md).
121
-
Also keep in mind we have not paid the [Microsoft/Apple Tax](docs/download.md). This means that your operating system by default will block the installation, stating it cannot verify it is not a malware.
122
-
But the block [can be bypassed](docs/download.md).
126
+
If you are using the uber-fat JAR, it should work with any major LTS version (from JDK 17 on).
127
+
Whereas for the client library, needed for white-box testing, we will support JDK 8 likely for a long, long while.
128
+
Note that we provide as well installers for the main operating systems: _Windows_ (`.msi`), _OSX_ (`.dmg`) and _Linux_ (`.deb`).
129
+
Unfortunately, due to the [Microsoft/Apple Tax](docs/download.md), those installers should be considered "deprecated", [see documentation](docs/download.md).
123
130
124
131
*_Docker_: _EvoMaster_ is now released via Docker as well, under [webfuzzing/evomaster](https://hub.docker.com/r/webfuzzing/evomaster) on Docker Hub. For more information on how to use _EvoMaster_ via Docker, [see documentation](docs/docker.md).
0 commit comments