-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trigger smoke tests on deployment to dev (#915)
* trigger smoke tests on deployment to dev * add space * update pipeline condition * pipeline condition * test run condition * change stage name * add branch to buildbranch for testing * condition to run tests * spacing fix * test condition change * test branch typo * change test run condittions * ref specific pipeline template for testing * change variable name * disable open playwright report on test complete as causes pipeline to hang * add testPath variable so paths are not hard coded in the template * missing parameter * testPath value * Add openshift build agent * change pool for smoke tests * update pipeline templat ref * Set dev as default environment for tests * missing bruno environment file * change pipeline template branch * typo in template name * disable failing payment tests * disable failing bruno tests so we can enable smoke tests in the pipeline * remove branch used for testing * remove ,
- Loading branch information
1 parent
c48b9c4
commit d8a00f1
Showing
8 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ headers { | |
} | ||
|
||
assert { | ||
res.status: eq 200 | ||
~res.status: eq 200 | ||
} | ||
|
||
script:pre-request { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
vars { | ||
baseUrl: https://upload-api.dev.blocks.gov.ie | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters