Provide "selectProjects" as option for nx jest executor #23054
killmenot
started this conversation in
Feature Requests
Replies: 1 comment
-
Hi @killmenot thanks for the suggestion. One of the goal of Project Crystal is to make things like this easier to do without having to update the executor. Is there a reason you prefer extra configurations over passing CLI args? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In my application I have 2 types of tests: unit and integration (not e2e). Integration tests force me to run them via jest-serial-runner, so my
jest.config.ts
looks the following:Using cli I can run one or another group
However, I'd prefer to have an option in jest executor to do it via adding configurations in
project.json
Beta Was this translation helpful? Give feedback.
All reactions