Why ng e2e builds modules? Why ng e2e builds modules? selenium selenium

Why ng e2e builds modules?


with the angular 6 and on --no-serve is not available anymore, so use instead:

ng e2e "--dev-server-target="

(yes empty value after the '=')this will work if you have another window running an ng serve command.


Try with --no-serve option

ng e2e --no-serve