Open chrisvelevitch opened 2 years ago
This could be related to the fact that this repository is using @angular-devkit/*
v12 which might not be compatible with v13 of Angular. I've been struggling updating this dependency due to type issues. Are you interested helping out?
I checked and the project is using v13.3.0
of all the Angular
packages and includes @angular-devkit/build-angular
installed.
I created a new empty Angular v13 project and added the package:-
with the following options:-
When I run
ng e2e
I get:-I inspected the
angular.json
file and thee2e
target is missing.Shouldn't
ng add @wdio/schematics --removeProtractor
update theangular.json
file to include thee2e
target?What should the
e2e
target look like so I can add it myself?