Open davistrent opened 2 years ago
I also facing this issue here!
I'm trying to follow the docs on how to run the artillery on the GitHub Actions and I need to change the binary call from /home/node/artillery/bin/artillery run tests/performance/socket-io.yml
to /home/node/artillery/bin/run run tests/performance/socket-io.yml
using the latest
docker image tag.
any update on this issue? I can use /home/node/artillery/bin/run as workaround but that looks strange. also, when it is fix, my pipeline my break?
How does one add curl to the docker image?
welp I just ran into this, so curious if there is any movement.
FYI I reconciled the command from the tutorial with the package and that seems right, the command should be
/home/node/artillery/bin/run run <path/to/test.yaml>
it is working for me.
I also noticed that the version artillery/2.0.0-dev9
has the run
command is replaced by artillery
. the latest release 2.0.0-29
still uses run
The latest Docker container image does not include the
artillery
command in the/bin
directory. The only command available isrun
.run
appears to be theartillery
command, but does not match the usage documentation.In the container,
run
must be used asartillery
. e.g.run run /path/to/script ...
Latest container:
https://hub.docker.com/layers/artillery/artilleryio/artillery/2.0.0-14/images/sha256-8a1e0a395dbe0380b52b1632e73208c3fb0bc4d77eda262efdf5221bee5e8210