Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. steps {
  2. script {
  3. SoapUIPro( environment: 'qanda-0715', pathToProjectFile: env.PROJECT_PATH, pathToTestrunner: '/home/able/readyapi/installation/bin/testrunner.sh', projectPassword: '', testCase: '', testSuite: 'tooling-general')
  4. }
  5. }
  6.  
  7. script {
  8. SoapUIPro( environment: 'qanda-0715', pathToProjectFile: env.PROJECT_PATH, pathToTestrunner: '/home/able/readyapi/installation/bin/testrunner.sh', projectPassword: '', testCase: '', testSuite: 'tooling-general')
  9. }
  10. script {
  11. SoapUIPro( environment: 'qanda-0715', pathToProjectFile: env.PROJECT_PATH, pathToTestrunner: '/home/able/readyapi/installation/bin/testrunner.sh', projectPassword: '', testCase: '', testSuite: 'payments-chain')
  12. }
  13.  
  14. testSuite: {'tooling-general', 'payments-chain'}
  15.  
  16. SoapUIPro( environment: 'qanda-0715', pathToProjectFile: env.PROJECT_PATH, pathToTestrunner: '/home/able/readyapi/installation/bin/testrunner.sh', projectPassword: '', testCase: '', testSuite: 'tooling-general, payments-chain')
  17. testSuite: 'tooling-general', 'payments-chain')
  18.  
  19. testSuite: ('tooling-general, payments-chain'))
  20.  
  21. WorkflowScript: 37: unexpected token: tooling-general @ line 37, column 215.
  22. '', testCase: '', testSuite: {'tooling-g
  23.  
  24. java.lang.Exception: A test suite with the name [tooling-general, payments-chain] is missing in the project [ep-test-automation]
  25.  
  26. java.lang.Exception: A test suite with the name [tooling-general, payments-chain] is missing in the project [ep-test-automation]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement