Task/fct2 14896 run postman e2e in cicd#353
Open
lilachdavis wants to merge 33 commits into
Open
Conversation
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
8 similar comments
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
|
Azure Pipelines: 3 pipeline(s) were filtered out due to trigger conditions. |
kmshrajcps
reviewed
Apr 15, 2026
Collaborator
There was a problem hiding this comment.
I want to understand how the delete works, there are tests where it uses predefined cases and workspace, so we shouldnt be deleting those workspace
Contributor
Author
There was a problem hiding this comment.
That's explained in the readme:
Deletes test materials uploaded to Egress.
# Delete files uploaded to a workspace
.\Teardown-EgressTestFiles -DeleteFiles -WorkspaceId <workspace-id> -FileIds id1,id2,id3 -Force
# Delete an entire workspace
.\Teardown-EgressTestFiles -DeleteWorkspace -WorkspaceId <workspace-id> -Forcemerge latest e2e testing changes merge latest e2e testing changes
0968738 to
c4f0b87
Compare
HasanCPS
reviewed
Apr 17, 2026
| EgressBaseUrl = if ($env:LCC_EGRESS_BASE_URL) { $env:LCC_EGRESS_BASE_URL } else { "" } | ||
| DdeiBaseUrl = if ($env:LCC_DDEI_BASE_URL) { $env:LCC_DDEI_BASE_URL } else { "" } | ||
| LccApiId = if ($env:LCC_API_ID) { $env:LCC_API_ID } else { "" } | ||
| lccApiClientId = if ($env:LCC_API_CLIENT_ID) { $env:LCC_API_CLIENT_ID } else { "" } |
Collaborator
There was a problem hiding this comment.
The lccApiClientId must be added to both LCCUserJourneyTests.postman_collection.json and LCCTestEnvironment.postman_environment.template.json; otherwise, the tests will fail.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.