Forum Discussion
- nmraoChampion Level 3How does your piple line yaml configuration looks like?
Basically, one can run the the project command line.
I am not familiar, but you can configure the "test" stage to execute the same provided the endpoints are reachable from gitlab.
Here is more information about one can run the project command line
https://www.soapui.org/docs/test-automation/running-from-command-line/functional-tests/- sowmyaqa05New Contributor
My gitlab yml looks as below format.
Test_job_1: tags: - test script: - echo Testing test runner - cd ".\SoapUI-5.6.0\bin\" - cmd.exe /C testrunner.bat
Can you tell me which command you are referring here.
- pgbakalankaNew Contributor
Try this. my runner is a Windows. I have installed all the required softwares and working fine for me.
Test_job_1:script:- "echo Testing test runner"- "cmd.exe"- "cd /"- "dir"- "cd C:\\Software\\SmartBear\\SoapUI-5.6.0\\bin"- "dir"- "cmd.exe /C testrunner.bat -Genv=CERT -r \"$CI_PROJECT_DIR\\SMS_LGN_Regression.xml\""tags:- "SMSQE,JAVA,Windows,Maven"
Related Content
- 2 years ago
Recent Discussions
- 2 hours ago
- 18 hours ago
- 2 days ago
- 3 days ago