cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.

Home Page:https://cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress hangs while running in Docker Node JS 20+ container on Mac Book Pro with apple silicone M2 processor

vitaliisavenchuk opened this issue · comments

Current behavior

While ordinary task to perfrom - cypress is hanging with a problems

Desired behavior

Run tests and process tasks

Test code to reproduce

describe('Add Company User', () => {

    before(() => {
    });

    it('Company can add new user', () => {

    });
    after(() => {
    
    })
});

Cypress Version

cypress >= 13.6.5

Node version

v20.5.1

Operating System

Docker 4.30 in Mac OS Sonoma 14.5 (23F79)

Debug Logs

cypress:server:run about to run spec { spec: { absolute: '/var/www/profesia/tests/cypress/e2e/acceptance_tests/companyAddNewUser.cy.js', fileExtension: '.js', fileName: 'companyAddNewUser', name: 'companyAddNewUser.cy.js', relative: 'cypress/e2e/acceptance_tests/companyAddNewUser.cy.js' }, isHeadless: true, browser: { channel: 'stable', displayName: 'Electron', family: 'chromium', majorVersion: 118, name: 'electron', path: '', version: '118.0.5993.159' } } +56ms

After this - no actions is in list or processing

Other

No response

@vitaliisavenchuk Could you try another browser than electron? And also try the latest version of Cypress? Could you include all of the DEBUG logs also?

changed to cypress 13.9 with chrome 125
cypress_hang.log

Additionally can say - that problem starts after Cypress 13.6.5 ( after updating of electron ), but for example - works with previous versions like 13.2