Document of Console Mode Execution is puzzling

In Console Mode Execution, you can find the following description:

This table puzzles me. It is saying:

These proxy options below must be used with --config parameter (e.g. --config -proxy.option=USE_SYSTEM)

-executionProfile …
-g_XXX …

Do I have to write -exectuionProfile and -g_XXX option AFTER --config ?

1 Like

The sentence in the table

These proxy options below must be used with --config parameter

-executionProfile …
-g_XXX …

looked requesting me to write

./katalon ... --config ... -executeProfile=xxx -g_URL=yyyyy

But I tried

./katalon ... -executeProfile=xxx -g_URL=yyyyy --config ...

and found it worked.

In fact I could write -executionProfile and -g_XXX anywhare regardless --config. It surprized me. I thought that the document Console Mode Execution is wrong or misleading.

1 Like

Why the --config literal is necessary? It looks just meaningless. I do not find any reason why we need the --config literal in the sequence of Katalon commandline options.

2 Likes

Hi @kazurayam,

Sorry for the misleading in our document. We agree with you that we don’t need to declare the -executionProfile and -g_XXX parameter after the –config. We will update the document soon.

Many thanks for this.