https://cypress.io logo
Chrome browser invoked running kitchensink app not...
# i-need-help
f
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....
m
Hi @freezing-midnight-9121 This looks a bit similar to the issue https://github.com/cypress-io/cypress-example-kitchensink/issues/597 posted yesterday. If serve is showing a detailed log it looks like you've updated some of the dependencies because the version 11.3.0 defined in https://github.com/cypress-io/cypress-example-kitchensink/blob/master/package.json doesn't do that. I tried this yesterday on Ubuntu 22.04 using npm install without any other modifications and it was working fine.