We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (CI)
The group name for atomized runs is now hardcoded to E2E (CI) which might be misleading when atomizing unit tests.
The group name should be changeable via plugin options.
No response
jest
ciTargetName
test-ci
{project name} - E2E (CI)
19.8.0
The text was updated successfully, but these errors were encountered:
feat(core): add option ciGroupName to allow customizing the name of…
ciGroupName
ab0b5f3
… `Jest` atomized taks group on CI Closes nrwl#28066
I was facing that issue (Atomizer enabled on both unit and e2e test for Jest). I submitted a PR that should fix that issue --> feat(core): add option ciGroupName to allow customizing the name of… #29365
if you don't mind having a look @meeroslav
Sorry, something went wrong.
367b046
df1d130
86384d3
b501652
meeroslav
Successfully merging a pull request may close this issue.
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: