Forum Discussion

pgbakalanka's avatar
pgbakalanka
New Contributor
3 years ago

SOAPUI XML based test suite integrating with GitLab

I'm working on XML based WSDL and I have written some testsuite and would like to run those in Gitlab Pipeline. Is there a way that SOAPUI based XML test cases are run on pipeine? 

Getting an error saying Testrunner.bat is not recognized

 

my Yml is 

Test_job_1: 
  script: 
    - "echo Testing test runner"
    - "cd /"
    - "cd C:/Software/SmartBear/SoapUI-5.6.0/bin"
    - "testrunner.bat $CI_PROJECT_DIR/SMS_LGN_Regression.xml"
  tags: 
    - "SMSQE,JAVA,Windows,Maven"
 

 

 

 

getting error as mention below

 

$ cd C:/Software/SmartBear/SoapUI-5.6.0/bin
$ testrunner.bat $CI_PROJECT_DIR/SMS_LGN_Regression.xml
testrunner.bat: C:\WINDOWS\TEMP\build_script343170901\script.ps1:231
Line |
231 | testrunner.bat $CI_PROJECT_DIR/SMS_LGN_Regression.xml
| ~~~~~~~~~~~~~~
| The term 'testrunner.bat' is not recognized as a name of a cmdlet, function, script file, or
| executable program. Check the spelling of the name, or if a path was included, verify that the path is
| correct and try again.
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: exit status 1

 

No RepliesBe the first to reply