Hi,
I'm very new to testcafe but think about how to integrate it into CI/CD pipelines like a selenium grid.
I would like to run a test against several browser (workers) which are not installed on the jenkins server. Probably some Windows VMs for IEs, some mobile devices and so on. So the jenkins should trigger something like testcafe chrome,ie,android /tests
and it picks some workers nodes from a pool and run the tests and report back the results.
Is there a recipe/way to do this? Like a self-hosted browserstack?
Greets