Allow customizing the location of the e2e project when running the @nx/plugin:plugin
generator
#32069
tinesoft
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running the
@nx/plugin:plugin
generator withe2eTestRunner
option different fromnone
, the generator will generate the accompanying e2e project within the same directory as the plugin itself by default.While this a valid default location, it would be great if user could change that location (for example to gather all e2e projects in a
e2e/
directory).We could introduce a new
e2eProjectDirectory
option, which, when set, will enable such behavior.Beta Was this translation helpful? Give feedback.
All reactions