Skip to content

Task/fct2 14896 run postman e2e in cicd#353

Open
lilachdavis wants to merge 33 commits into
mainfrom
task/FCT2-14896_run_postman_e2e_in_cicd
Open

Task/fct2 14896 run postman e2e in cicd#353
lilachdavis wants to merge 33 commits into
mainfrom
task/FCT2-14896_run_postman_e2e_in_cicd

Conversation

@lilachdavis

Copy link
Copy Markdown
Contributor

No description provided.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

8 similar comments
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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> -Force

@lilachdavis lilachdavis force-pushed the task/FCT2-14896_run_postman_e2e_in_cicd branch from 0968738 to c4f0b87 Compare April 17, 2026 10:30
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 { "" }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lccApiClientId must be added to both LCCUserJourneyTests.postman_collection.json and LCCTestEnvironment.postman_environment.template.json; otherwise, the tests will fail.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants