Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run simple Katalon Script in Docker #99

Open
akash-ui opened this issue Oct 29, 2020 · 1 comment
Open

Not able to run simple Katalon Script in Docker #99

akash-ui opened this issue Oct 29, 2020 · 1 comment

Comments

@akash-ui
Copy link

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"

@duyluonganh
Copy link
Contributor

Hi @akash-ui,

Following to this message:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants