Mike McCready
Mike McCready
@janavi-p You write that you are using Node.js version `9.5.1`. Perhaps that was a typo? Check with ``` node --version ``` and make sure that you are using a minimum...
@janavi-p You may be able to get more information about why your workflow is failing if you enable debugging ```yml env: DEBUG: '@cypress/github-action' ``` You do not need the line...
The workflow is missing ```yml env: # pass GitHub token to allow accurately detecting a build vs a re-run build GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ```
@janavi-p You write that you have added ```yml env: GITHUB_TOKEN: ${{ secrets.TOKEN }} ``` This is not the same as: ```yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` See - [Automatic...
This issue is stale since there has been no reply for one month.
The message `DevTools listening on ws://127.0.0.1` is not always output. On a clean install of Ubuntu 22.04.2 LTS with only the default Firefox browser installed, I am not seeing it....
The message is also mentioned in https://developer.chrome.com/articles/new-headless/#debugging
@andrii-lundiak This is not my area of expertise, so we'd need some further input from Cypress experts, such as @warrensplayer.
The explanation of the message is in https://developer.chrome.com/articles/new-headless/#debugging as already mentioned in https://github.com/cypress-io/cypress/issues/26753#issuecomment-1599375196. This could be covered in the Cypress documentation with a comment about whether to ignore it or...
@Daniel-Spindler-Mandalay I have re-opened this issue. I suggest you log also a separate new issue for your special case with Octopus Deploy. There is a good case to suppress the...