Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(atomic): fix script to scope E2E tests (#4554)
## 2 issues fixed: 1. Incorrect Error Handling: When the script detects a file change from another package (e.g., headless/), it throws an error but does not set the `testsToRun` variable. This causes the CI to fail. 2. False Positive Detection: The script incorrectly detects changes in `headless-react` as changes in `headless`, leading to the execution of all tests unnecessarily. https://coveord.atlassian.net/browse/KIT-3667 --------- Co-authored-by: developer-experience-bot[bot] <91079284+developer-experience-bot[bot]@users.noreply.github.com> Co-authored-by: Alex Prudhomme <[email protected]>
- Loading branch information