Giter Site home page Giter Site logo

Comments (7)

devalex88 avatar devalex88 commented on June 26, 2024

Hi. Sorry for the late response. Could you please share the full log?

from ci-samples.

shiva4983 avatar shiva4983 commented on June 26, 2024

Hi,
Since I am running using Windows command prompt, the bash window closes immediately. Couldn't paste the log. my run_firefox.sh is having

#!/usr/bin/env bash

set -xe

current_dir=$(pwd)
project_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
reports_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )/reports/firefox"

rm -rfv "$reports_dir"
mkdir -p "$reports_dir"

katalon_opts='-browserType="Firefox" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/Admin - WorkFlow Sprints"'
docker run --rm -v "/$project_dir":/katalon/katalon/source:ro -v "/$reports_dir":/katalon/katalon/report -e KATALON_OPTS="$katalon_opts" --config -proxy.option="MANUAL_CONFIG" -proxy.server.type="HTTP" -proxy.server.address=http://myproxy.net -proxy.server.port=8080 -proxy.username=myProxyUserName -proxy.password=myProxyPassword katalonstudio/katalon

cd $current_dir

When I run from Command Prompt. Bash window open and try to run the docker command and finally shows
unknown flag: --config
See 'docker run --help'

from ci-samples.

shiva4983 avatar shiva4983 commented on June 26, 2024

Hi,
Any update??

from ci-samples.

shiva4983 avatar shiva4983 commented on June 26, 2024

@devalex88 Any update?

from ci-samples.

jejey avatar jejey commented on June 26, 2024

hello, why don't you use docker quick start terminal ? Have you tried using it ? ( with boot2docker included)

from ci-samples.

devalex88 avatar devalex88 commented on June 26, 2024

@shiva4983,

I'm sorry for the late response. The script should be

katalon_opts='-browserType="Firefox" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/Admin - WorkFlow Sprints" --config -proxy.option="MANUAL_CONFIG" -proxy.server.type="HTTP" -proxy.server.address=http://myproxy.net -proxy.server.port=8080 -proxy.username=myProxyUserName -proxy.password=myProxyPassword'
docker run --rm -v "/$project_dir":/katalon/katalon/source:ro -v "/$reports_dir":/katalon/katalon/report -e KATALON_OPTS="$katalon_opts" katalonstudio/katalon

I realize that this is a bug in our README. It has been corrected.

from ci-samples.

shiva4983 avatar shiva4983 commented on June 26, 2024

Thanks @devalex88.

from ci-samples.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.