You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp: cannot create directory '/tmp/katalon_execute/project/proc/1/task/1/attr': No space left on device
cp: error writing '/tmp/katalon_execute/project/proc/1/task/1/wchan': No space left on device
That means you need to increase/free your hard drive space or docker space
The Katalon Code is working perfectly when using IDE. I have done docker systemn prune as well, but no benefit.
Docker version 19.03.13, build 4484c46d9d
Docker Image : https://hub.docker.com/r/katalonstudio/katalon
Source Code :Source code can be downloaded from here
Issue logs : Issue Logs can be found here
run_chromr.sh file :
#!/usr/bin/env bash
set -xe
docker run -t --rm -v "$(pwd)/akashReports/":/KatalonDocker/katalon/source katalonstudio/katalon katalon-execute.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS1" -apikey="myAPIKeyDetailsWereAdded"
The text was updated successfully, but these errors were encountered: