Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 365 Bytes

docker-litmus

Dockerized Litmus WebDAV Test Server Suite

Build the Docker image:

docker build -t <tag it> .

The Litmus container can be started and you may modify or rerun the tests.

docker run -ti <ID of your Litmus container> bash -l

cd /litmus

make URL=http://<IP of your cardDAV Server>/ CREDS="<username> <password>" check