cern-sis / issues-inspire

0 stars 0 forks source link

Cypress tests time out in CI #356

Closed karolina-siemieniuk-morawska closed 1 year ago

karolina-siemieniuk-morawska commented 1 year ago

Since Chrome v.115, our e2e tests started to hang after some time, and then they time out after few hours. The issue also occurs locally with Chrome v.115, but not with 113 and 114.

karolina-siemieniuk-morawska commented 1 year ago

Temporary solution: changed browser to Chromium v.103 in workflow file: https://github.com/inspirehep/inspirehep/blob/cf78b1c13ce52e3c5e67047f8bdbecdba1fdd4a8/.github/workflows/e2e-tests.yml#L33

This solution allowed PR's to be merged, but it's not perfect since Cypress tends to loose connection to Chromium every once in a few runs.

karolina-siemieniuk-morawska commented 1 year ago

Done in: https://github.com/cern-sis/issues-inspire/issues/358