tree: a435d0bd43fb1f7d8755e334b0bab380603165e5 [path history] [tgz]
  1. .dockerignore
  2. Dockerfile
  3. entrypoint.sh
  4. README.md
upload2testrail_docker/README.md

upload2testrail_docker

Uploads xml tests results to the Testrail using Docker

How to use

Edit Dockerfile

Change report filename report_to_upload.xml to your report name

Change TESTRAIL_PASSWORD and TESTRAIL_USER

Execute next following commands

$ docker build .

$ docker run -ti <build_id> sh