I have done configuring docker on my windows. pulled katalonstudio/katalon image on docker. configured my command to successfully run my test suite collection that includes only one test suite but i think i cant run katalon image without a test suite collection,Correct me if am wrong. Logs on power shell shows that my project is successfully read and will start execution then it shows that execution done when nothing happend and returns exit code 2. note: when trying to run katalon container from katalonstudio/katalon image on docker it returns :
+ echo Entrypoint
Entrypoint
+ '[' -z '' ']'
+ exec /bin/sh -c '$KATALON_KATALON_SCRIPT_DIR/katalon-notify.sh'
/bin/sh: 1: /katalon-notify.sh: not found
if am missing some configurations please tell me thanks for the sup