-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Atomized groups have always suffix E2E (CI)
. This should be toggleable
#28066
Labels
Comments
jaysoo
added
the
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
label
Sep 25, 2024
tinesoft
added a commit
to tinesoft/nx
that referenced
this issue
Dec 16, 2024
… `Jest` atomized taks group on CI Closes nrwl#28066
I was facing that issue (Atomizer enabled on both unit and e2e test for Jest). if you don't mind having a look @meeroslav |
tinesoft
added a commit
to tinesoft/nx
that referenced
this issue
Dec 17, 2024
… `Jest` atomized taks group on CI Closes nrwl#28066
tinesoft
added a commit
to tinesoft/nx
that referenced
this issue
Dec 17, 2024
… `Jest` atomized taks group on CI Closes nrwl#28066
tinesoft
added a commit
to tinesoft/nx
that referenced
this issue
Dec 18, 2024
… `Jest` atomized taks group on CI Closes nrwl#28066
tinesoft
added a commit
to tinesoft/nx
that referenced
this issue
Dec 19, 2024
… `Jest` atomized taks group on CI Closes nrwl#28066
tinesoft
added a commit
to tinesoft/nx
that referenced
this issue
Dec 23, 2024
… `Jest` atomized taks group on CI Closes nrwl#28066
tinesoft
added a commit
to tinesoft/nx
that referenced
this issue
Dec 30, 2024
… `Jest` atomized taks group on CI Closes nrwl#28066
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Current Behavior
The group name for atomized runs is now hardcoded to
E2E (CI)
which might be misleading when atomizing unit tests.Expected Behavior
The group name should be changeable via plugin options.
GitHub Repo
No response
Steps to Reproduce
jest
plugin and nameciTargetName
-test-ci
test-ci
target{project name} - E2E (CI)
as a marker of the groupNx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: