Skip to content

Commit

Permalink
consistant test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Riceyo committed Aug 14, 2024
1 parent f2c5032 commit cab61fa
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pipelines/run_blaise_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ stages:
DownloadPath: $(System.ArtifactsDirectory)
TargetFiles: '**/*Behaviour*.config'
PipelineNumber: 43
- template: /templates/run_tests_with_category.yml
parameters:
TestSolutionName: Blaise.Tests.Behaviour
TestName: Blaise smoke tests
TestCategory: smoke
- ${{ if eq(parameters.Environment, 'prod') }}:
- template: /templates/run_tests_with_category.yml
parameters:
TestSolutionName: Blaise.Tests.Behaviour
TestName: Blaise smoke tests
TestCategory: smoke
- ${{ if ne(parameters.Environment, 'prod') }}:
- template: /templates/run_tests.yml
parameters:
TestSolutionName: Blaise.Tests.Behaviour
TestName: Blaise regression tests

0 comments on commit cab61fa

Please sign in to comment.