the Protractor tests appear to be slow, it's because Angular has to compile the code every time.
I tried ng e2e -s false
, I read that on net. But it is giving error ng e2e -s false
.
Please help, how can I load e2e
faster.
the Protractor tests appear to be slow, it's because Angular has to compile the code every time.
I tried ng e2e -s false
, I read that on net. But it is giving error ng e2e -s false
.
Please help, how can I load e2e
faster.
I came across the same issue, try the following instead
my current ng --version yields
See also the following thread