DawidOskwarek
DawidOskwarek
Seeing the same issue, my issue started after the update to Firefox 103, was working fine on 102
did you add the above to your workflow before kicking off cypress? Does it add much overhead?
@AtofStryker can you try to reproduce the issue by creating a Github Actions workflow and using the latest ubuntu runner with cypress-io/github-action (firefox browser). This would be exactly my setup...
@AtofStryker any luck with reproducing on the github workflow instead of azure devops?
@AtofStryker I'm using similar config to the below: > Tests: > runs-on: ubuntu-latest > steps: > - uses: actions/checkout@v2 > - name: Install Cypress > shell: bash > run: npm...
Out of curiosity, any estimate when this will be resolved?
Are we sure this was fixed? I'm on version 5.3.1 and still seeing the same 🤔 @chohmann Unless I'm doing something silly?? Is there any extra configuration needed on my...
@DemGiran , did you ever figure this out? Need to do something similar. Login once before running cluster concurrently
@asafyish did you ever figure this out?