79484295

Date: 2025-03-04 16:32:17
Score: 3
Natty:
Report link

Don't run Selenium in a docker container just run it directly on the host machine. Running it on docker is just overkill and adds unnecessary complexity.

I'm running over 600 UI End-2-End tests on gihub actions with 4 cores for over a year now in under 45mins with this repo here -> https://github.com/DeLaphante/1CrmCloud/actions

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: DeLaphante