I am currently exploring the use of katalon-based testing for my team and the end goal would be to integrate it into new cicd pipelines on gitlab. When I try to run a test job, the logs on gitlab has this error for my testcase
On clicking this link to the test url, it navigates to Workspace | LetCode with Koushik’ instead of Workspace | LetCode with Koushik, with the extra single quotation mark and results in an error page. When running the testcase locally in Katalon Studio, this error does not occur. Would anyone know why this error is happening, and how I can fix this? Any ideas would be greatly appreciate
When it executes on gitlab, the first link is appended with an extra quotation mark. https://letcode.in/test' whereas the one I had defined in my Katalon Studio is the proper one without the quotation mark https://letcode.in/test
I have no clue as to what can be causing the url to be appended with this extra quotation mark when running in gitlab vs locally on Katalon Studio. Thank you