Closed AutomatedTester closed 3 years ago
When there is no e2e directory the adding of schematics, and the code it runs, errors.
e2e
STR:
ng new angular-nightwatch
cd angular-nightwatch
ng add @nightwatch/schematics
It will complain there is no e2e directory. It might be good to have better messaging here if we can
It might be good to have better messaging here if we can
Sure, I guess I should have warned that user with a better message, something like this
Warning: skip deleting, e2e/ directory does not exist
When there is no
e2e
directory the adding of schematics, and the code it runs, errors.STR:
ng new angular-nightwatch
cd angular-nightwatch
ng add @nightwatch/schematics
It will complain there is no e2e directory. It might be good to have better messaging here if we can