-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update tags and test * Update tags and test * Update tags and test * Update tags and test --------- Co-authored-by: Mounika Ammineni <[email protected]>
- Loading branch information
1 parent
4092a75
commit c39a993
Showing
13 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
17 changes: 12 additions & 5 deletions
17
e2e/run-non-prod-features-flag-enabled-functional-tests.sh
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 |
---|---|---|
@@ -1,10 +1,17 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
echo "Run Non prod Functional tests with all feature flags enabled in ccd def file" | ||
echo "Run Api Functional tests with non prod ccd def " | ||
yarn test:api-unspec | ||
yarn test:api-spec | ||
yarn test:api-dj | ||
yarn test:api-cos | ||
yarn test:api-sdo | ||
|
||
echo "Run E2E Functional tests with non prod ccd def file" | ||
|
||
yarn test:master-e2e-ft | ||
yarn test:e2e-nightly-prod | ||
yarn test:e2e-nightly-nonprod | ||
|
||
dir=$(dirname ${0}) | ||
|
||
${dir}/run-spec-functional-tests.sh | ||
${dir}/run-sdo-functional-tests.sh | ||
${dir}/run-dj-functional-tests.sh |
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 |
---|---|---|
@@ -1,8 +1,13 @@ | ||
#!/bin/bash | ||
set -ex | ||
|
||
echo "Run Functional tests with prod ccd def file" | ||
echo "Run Api Functional tests with prod ccd def file" | ||
yarn test:api-unspec | ||
yarn test:api-spec | ||
|
||
echo "Run E2E Functional tests with prod ccd def file" | ||
|
||
yarn test:master-e2e-ft | ||
yarn test:e2e-nightly-prod | ||
|
||
dir=$(dirname ${0}) | ||
|
||
${dir}/run-unspec-functional-tests.sh |
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
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
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