Running cypress tests locally takes about 2 minutes locally, however, running the same exact tests on a docker container takes few hours, this is impracticably slow.
I am using an official cypress image from dockerhub cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
in the CI environment.
Note:
I looked online and it seems that people have the same slowness with Github actions CI.