Skip to content

Commit

Permalink
Update nodo-integrationTest-st.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sasorrentino committed Jul 15, 2022
1 parent 17d50ef commit ffe5be2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .devops/nodo-integrationTest-st.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,18 @@ stages:
which pip3
which pip
sudo pip3 install behave
sudo pip3 install -U -r $(System.ArtifactsDirectory)/extracted/requirements.txt
sudo pip3 install behave
sudo pip3 install -U -r $(System.ArtifactsDirectory)/extracted/requirements.txt #Install Requirements
whereis behave
which behave
displayName: 'Install Python requirements'
behave --help #Run behave
#behave --junit-directory=$(System.ArtifactsDirectory)/extracted/report --junit $(System.ArtifactsDirectory)/extracted/src/integ-test/bdd-test/features/NewMod3/flows/TestGenerazioneRicevute03/generazioneRicevute_flows_ko_PAnew.feature
displayName: 'Install Python requirements'
#- task: PublishTestResults@2
#condition: succeededOrFailed()
#inputs:
#testResultsFiles: '$(System.ArtifactsDirectory)/extracted/report/*.xml'
#mergeTestResults: true
#testRunTitle: Integration test Nodo $(Build.BuildNumber)
#failTaskOnFailedTests: true

0 comments on commit ffe5be2

Please sign in to comment.