/hurl-test

Test out the hurl CLI tool without installing it on your local machine using Docker.

Primary LanguageDockerfile

Hurl test

Test out hurl without installing it on your local machine using Docker.

Usage

Clone this repo, and then build the Docker image:

~$ docker build -t {user}/hurl -f Dockerfile .

Run the container and attach a bind mount. Adding new .hurl files into the hurls directory on the host makes them available in the running container:

docker run -ti -v path/to/hurl-test/hurls:/hurls {user}/hurl

From the bash prompt in the container, you can run a hurl thusly: hurl hurls/test.hurl.

More usage examples on the hurl website.