BharathKumarV
2 years agoVisitor
Ready API Test Suite not running in the Azure pipelines
Hi Team,
We are using the Ready test suite in our project, we want to run those test suite with help of Azure, we created a pipeline. and when we triggered the pipelines, the pipeline build is showing "Result Attachments will be stored in LogStore".. message and Pipeline getting failed.
Pipeline:
rigger: none # Disable CI triggers for 'SRE.Builds' repo.
variables:
- group: A01528.Correspondence.Common
- name: srcDevRepoName
value: $[ resources.repositories['srcDevRepo'].name ]
name: $(Build.DefinitionName)_$(srcDevBranch)_$(semVersion)$(Rev:.r)
pool:
#name: ST-AgentPool
#demands:
#- Agent.OS -equals Windows_NT #Agent.OS -equals linux-latest #
name: emsp pool
resources:
repositories:
- repository: srcDevRepo
path: $(Build.SourcesDirectory)
type: git
name: Default/Corr.MetadataService
ref: ReadyAPI_POC1
steps:
- checkout: srcDevRepo
submodules: true
- task: PowerShell@2
displayName: 'Workaround: Set environment variables manually'
inputs:
targetType: 'inline'
script: |
Write-Host "##vso[task.setvariable variable=myVar;]foo"
java -version
- task: SoapUIProForAzureDevOpsTask@2
displayName: 'SoapUI Pro for Azure DevOps'
inputs:
project: 'settings.xml'
rootFolder: '$(Common.TestResultsDirectory)'
testSuite: 'API'
environment: 'dev'
licenseApiHost: jp1ltlwjetbap01.lpsvcs.com
licenseApiPort: 1099
testRunnerPath: '$(Build.SourcesDirectory)'
authenticationMethod: 'legacy'