Add your Cypress tests into a docker container and run from a VPS
I have been writing a lot of tests lately with Cypress, and one thing that I noticed when running over night using a scheduled task is that they really slow down the whole server performance as it's taking huge amount of CPU and RAM. Kind of expected as Cypress is…