You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The --watch option is documented to be incompatible with --url because, by default, the runner does not serve the app.
Yet, it could be interesting to retrigger the tests when the folder being used to serve the app (with @ui5/cli) has changed.
Describe the solution you'd like
Either change the --watch syntax to support an optional folder specification (defaulted to webapp) or allow the specification of additional folders (--watch-folder).
Describe alternatives you've considered
No alternative exists as of today