- Katalon Studio Version:7.8.2
- OS Version:Windows10
- Browser Version:Chrome
Steps to Reproduce
Create TestOps job and run on-demand.
TestOps takes the run command and appends another -testOpsReleaseId=51,523 parameter and I don’t know where it is coming from.
Here is my original command in TestOps Job:
-retry=0 -testSuitePath=“Test Suites/QueryGrammar” -executionProfile=“ENV_TEST_6.5.7” -browserType=“Chrome” -testOpsReleaseId=51520 -testOpsProjectId=100945
Here is the output in the debug.log file. Note the extra parameter for testOpsReleaseId.
[2021-01-06T19:01:11.981Z] [INFO]: Execute “cmd /c “C:\Users\TAF.katalon\7.8.2\Katalon_Studio_Engine_Windows_64-7.8.2\katalonc.exe -noSplash -runMode=“console” -projectPath=“C:/Progra~1/KatalonRE/TestOpsCI/tmp/2021.01.06-13.1–5348-Df1Z9qF7OMYS-177337/twa/TWA.prj” -retry=0 -testSuitePath=“Test Suites/QueryGrammar” -executionProfile=“ENV_TEST_6.5.7” -browserType=“Chrome” -orgID=97238 -testOpsReleaseId=51520 -testOpsProjectId=100945 -executionUUID=“c75c96a9-5b38-492e-8736-2f16fd3822c8” -orgId=97238 -apiKey=“8766ce71-a56a-4da2-ae15-834b07f15438” -testOpsReleaseId=51,523 -serverUrl=“https://analytics.katalon.com””” in C:\Users\TAF\AppData\Local\Temp\tmp-5348-7AJkgsLwChkc.
Expected behavior
TestOps does not append extra paramters/data to my command.
Screenshots
None
Files
debug (4).log (11.7 KB)