Went through steps (repo, node install, angular, etc.) and running: ng verision shows:
Angular CLI: 15.2.4
Node: 18.15.0
Package Manager: npm 9.5.0
OS: darwin x64
Angular: 15.2.2
... common, core, platform-browser-dynamic
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1502.3
@angular-devkit/build-angular 15.2.3
@angular-devkit/core 15.2.3
@angular-devkit/schematics 15.2.4
@angular/cli 15.2.4
@schematics/angular 15.2.4
1. Open terminal, navigate to project and ran: npm start
2. Open another terminal and ran: npm run cy:open
3. Select E2E testing and select Chrome
4. Click "Start E2E testing in Chrome
5. Browser opens w/About:blank, Chrome is being controlled by automated test 'software'
6. Terminal from step2 shows: "Still waiting to connect to Chrome, retrying in 1 second (attempt 18/62)"
nothing is happening in the window invoked
7. Manually Opening a browser window with:
http://localhost:8080/ brings up kitchen sink and I can see activity in my window from step 1.
Any help would be appreciated....