Skip to content

Incorrect filter in arranger.py in setting environment variables with quote characters.

With a Linux runtime environment, in the native action of the Katalon provider, it is possible to enter an extra-option input with the value: -testSuiteCollectionQuery="indexes=(0,2)" -delayBetweenInstances= 60

The arranger then generates the command line: export INPUT_EXTRA_OPTIONS="-testSuiteCollectionQuery="indexes=(0,2)" -delayBetweenInstances=60"

This command line generates an error that stops the workflow.

Edited by Jean-Marc BELORGANE