So I guess it can be something like:
docker run --rm -v <path to your src>:/scripts loadimpact/k6:latest run /scripts/Test/loginTest.js
So everything that is located in the src
will be located inside the container in the folder /scripts/
.
So I guess it can be something like:
docker run --rm -v <path to your src>:/scripts loadimpact/k6:latest run /scripts/Test/loginTest.js
So everything that is located in the src
will be located inside the container in the folder /scripts/
.