chore(e2e): fix e2e-tests linter and establish linter check - #3332
Merged
openshift-merge-bot[bot] merged 5 commits intoAug 26, 2025
Merged
Conversation
Assisted-by: Cursor
Assisted-by: Cursor
zdrapela
force-pushed
the
fix-e2e-tests-linter
branch
from
August 26, 2025 12:43
d09c08b to
e167a08
Compare
zdrapela
force-pushed
the
fix-e2e-tests-linter
branch
from
August 26, 2025 12:45
e167a08 to
7805a14
Compare
zdrapela
force-pushed
the
fix-e2e-tests-linter
branch
from
August 26, 2025 12:49
d56a690 to
5c447f6
Compare
Member
|
/test e2e-tests |
zdrapela
force-pushed
the
fix-e2e-tests-linter
branch
from
August 26, 2025 14:14
5c447f6 to
768cac6
Compare
Contributor
|
The image is available at: |
Member
|
/lgtm |
gustavolira
approved these changes
Aug 26, 2025
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gustavolira The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
openshift-merge-bot
Bot
merged commit Aug 26, 2025
56d7904
into
redhat-developer:main
16 checks passed
zdrapela
added a commit
to zdrapela/rhdh
that referenced
this pull request
Sep 8, 2025
zdrapela
added a commit
to zdrapela/rhdh
that referenced
this pull request
Sep 8, 2025
…eveloper#3332) * chore(fix): e2e-tests linter Assisted-by: Cursor * fixed by Prettier * Manual fix Assisted-by: Cursor * Fix adoption insights * Create e2e-tests-lint.yaml
openshift-merge-bot Bot
pushed a commit
that referenced
this pull request
Sep 9, 2025
* chore(e2e): fix e2e-tests linter and establish linter check (#3332) * chore(fix): e2e-tests linter Assisted-by: Cursor * fixed by Prettier * Manual fix Assisted-by: Cursor * Fix adoption insights * Create e2e-tests-lint.yaml * chore(ci): use nounset for CI scripts (#3340) * chore(ci): use nounset for CI scripts * Fix sanity checks * Refactor openshift-ci-tests * Refactor cleanup * chore(e2e): attributes for junit (#3333) * Detect platform and save * add reportportal/agent-js-playwright * playwright install chromium * authentication * Apply attributes Assisted-by: Cursor * Cherry-pick linter * ok * Move attributes to beforeall * Fix junit output definition * Keep properties * Fix artifacts url * JUnit for rehearsals * Note about GNU grep and GNU sed Update README.md * Remove irelevant helper function * fix artifacts URL for PRs * tag next * JOB_TYPE="periodic" * remove periodic * Adapt junit file and backup * Fix * Fix to use annotations * Revert "add reportportal/agent-js-playwright" This reverts commit fa2a088. * Cursor rule for component assignment * chore(ci): fix k8s sourcing (#3350) * chore(e2e): retries for bulk import test (#3367) * chore(e2e): retries for repo filtering * Skip if already added * Logging * Revert * Dynamically create the repository * Update bulk-import.spec.ts * Update e2e-tests-lint.yaml * Fix analytics * tsc * Update e2e-tests-lint.yaml * Fix * Fix chart * Update utils.sh * Revert "Update utils.sh" This reverts commit 2e334dc. * Fix sanity
guyoron1
pushed a commit
to guyoron1/rhdh
that referenced
this pull request
Sep 29, 2025
…eveloper#3332) * chore(fix): e2e-tests linter Assisted-by: Cursor * fixed by Prettier * Manual fix Assisted-by: Cursor * Fix adoption insights * Create e2e-tests-lint.yaml
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.
Description
Our e2e test suite has broken linter settings. This allowed merging files that were not aligned with the configured rules.
This PR fixes the faulty files, fixes the linter settings, and establishes a GitHub action that ensures that linters are used.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer