Forum Discussion
sowmyaqa05
New 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.
pgbakalanka
4 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
- 3 years ago
- 9 years ago
- 6 years ago
Recent Discussions
- 15 years ago