Katalon Studio: Getting Started with Docker Container


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/videos/katalon_run_docker_container.html

Reruning failed test cases in docker container doesn’t seem to work. I have a test suite with 35 test cases and would like to rerun failed test cases.

I have these parameters set for a test suite:
<isRerun>true</isRerun>
<numberOfRerun>1</numberOfRerun>
<rerunFailedTestCasesOnly>true</rerunFailedTestCasesOnly>

Very helpful, just wondering in docker, how to know the download path? Like we have a file to download in our scripts, then we need read data from that file. But not sure where it is downloaded to in docker by default

Thank you