Manoj Kumar Gangadharan

Results 10 comments of Manoj Kumar Gangadharan
trafficstars

Hi @mjhenkes , I have already tried similar sample project set up and works fine, however when i tried with my existing project, it shows blank page and below is...

Hi @mjhenkes ,Please refer the cypress.config.js and index.js config mentioned below , if you can use that with your example project, the issue can be replicated. As a summary, whenever...

Hi @mjhenkes , We are using multiple cypress config files based on test environment, ideally the logic to return the base url is handled in index.js and cypress config files...

Hi @tbiethman , Thanks for investigating the issue. Yes, changing the baseUrl to use http in the **Sample project**, launches webkit with spec details. However in the actual project, the...

Hi @tbiethman , I have attached the debug logs with cypress:*, please let me know if its helpful [logs.txt](https://github.com/cypress-io/cypress/files/10185702/logs.txt)

Hi @tbiethman , I have attached the Webkit console logs and Cypress debug logs for further reference. [cypress-run-logs.txt](https://github.com/cypress-io/cypress/files/10193973/cypress-run-logs.txt) [webkit-console-log.txt](https://github.com/cypress-io/cypress/files/10193974/webkit-console-log.txt)

@tbiethman **I will share the complete logs shortly** Please refer the below screenshot where local endpoint tried to be accessed in Playwright browser and Safari. Playwright Browser - Console error...

Hi @tbiethman , the app getting launched successfully with (`npx playwright-webkit wk --ignore-https-errors`), it navigates to https://localhost:3001/login. There is a slight change in the behaviour when i run with DEBUG=cypress:*...

Thanks @vladlearns , I have been trying this with playwright-webkit V1.28.0 since beginning and the issue is still reproducible for me.

@vladlearns have retried with WebKit version 1.26.0 and similar behaviour as mentioned in https://github.com/cypress-io/cypress/issues/24767#issuecomment-1357769447