feat: add playwright helm chart tests execution #752#1716
Draft
marcel-dias wants to merge 3 commits intomainfrom
Draft
feat: add playwright helm chart tests execution #752#1716marcel-dias wants to merge 3 commits intomainfrom
marcel-dias wants to merge 3 commits intomainfrom
Conversation
fd5a3eb to
0a331c2
Compare
47d6c35 to
d9c2652
Compare
Contributor
🔀 Skip Workflow ChecklistCheck the boxes below to skip specific workflows for this PR. Global options
Individual workflows
This checklist is automatically managed. Checked items will skip the corresponding workflow. |
Contributor
Author
aec368e to
8dedaae
Compare
Signed-off-by: Marcel Dias <marcel.dias@camunda.com>
Signed-off-by: Marcel Dias <marcel.dias@camunda.com>
0e0388c to
fa12fef
Compare
Signed-off-by: Marcel Dias <marcel.dias@camunda.com>
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.
What was done
see https://github.com/camunda/team-infrastructure-experience/issues/752
Details
This pull request introduces support for running Playwright-based Helm chart integration tests as part of the internal Camunda chart testing GitHub Action. It adds new inputs and workflow steps to enable, configure, and execute these tests, as well as to manage test artifacts. The documentation is updated to reflect these enhancements and provide guidance on the new options.
Playwright Helm Chart Integration Test Support:
.github/actions/internal-camunda-chart-tests/action.ymland documented them in the README to allow enabling Playwright integration tests, selecting authentication type, test project, exclusions, and artifact handling options. [1] [2] [3]Workflow Enhancements for Playwright Tests:
Local Testing Workflow Updates:
.github/workflows/local_kubernetes_kind_single_region_tests.yml) to pass required Playwright test inputs, enable Playwright smoke tests when TLS is enabled, and ensure the correct repo path and ref for test execution. [1] [2]