mix k6.install (k6 v0.2.1)
Install k6 on the local project.
The binary will be placed in _build/k6
.
Configuring k6 version
You can set the specific k6 version to install in your config.exs
:
config :k6,
version: "vX.Y.Z"
By default version v0.39.0
is installed.
Examples
$ mix k6.install
Link to this section Summary
Functions
Callback implementation for Mix.Task.run/1
.
Link to this section Functions
Link to this function
run(_)
Callback implementation for Mix.Task.run/1
.