Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E Test CI Flag Logic #2641

Open
Sepehr-Sobhani opened this issue Dec 27, 2024 · 0 comments
Open

E2E Test CI Flag Logic #2641

Sepehr-Sobhani opened this issue Dec 27, 2024 · 0 comments
Labels

Comments

@Sepehr-Sobhani
Copy link
Contributor

Describe the task

Currently, we use the if: ${{ inputs.is_nx_affected }} flag in our e2e tests to bypass test runs when no changes are detected in a particular frontend app. However, this approach does not account for changes made in the backend code, particularly in the e2e test setup and fixtures. As a result, when backend-related changes occur, the flag fails to recognize that e2e tests might still be impacted, leading to missed issues that are only noticed in the next PR. This behavior introduces the risk of undetected problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant