Automatically Split E2E Tasks (Atomizer) for component test #27895
Unanswered
YehudaGold
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on a large Nx project involving a React website and APIs. I have a significant number of Cypress component tests already written.
I've been exploring the new 'Automatically Split E2E Tasks (Atomizer)' feature and was eager to utilize it. However, after updating my Nx project, I've encountered an issue where the Atomizer doesn't seem to recognize my component test files.
I've reviewed the documentation and GitHub issues and understand that the Atomizer is currently designed to split Cypress e2e configerd tests, not component-test configerd tests.
I'm wondering if there's a potential workaround to use the Atomizer with Cypress component-tests.
Is there are plans to extend the Atomizer's functionality to include Cypress component-tests in the future? If so, are there any known challenges or limitations in implementing this feature?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions