Forum Discussion
nmrao
Champion Level 3
How 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/
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/
sowmyaqa05
4 years agoNew 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.
- pgbakalanka4 years agoNew 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
- 7 years ago
- 6 years ago
- 5 years ago
Recent Discussions
- 15 years ago