0

I'm trying to utilize an existing Selenoid farm to run Cypress tests, found no relevant docs so far. Is there any easy way to specify remote browser/browser farm URL in Cypress tests/configuration?

Alex.K
  • 234
  • 4
  • 12

1 Answers1

1

Selenoid only supports Selenium tests. Cypress is completely independent technology not compatible with Selenium. However remote Cypress tests execution is supported in another related product called Moon. https://aerokube.com/moon/latest/#cypress

vania-pooh
  • 2,933
  • 4
  • 24
  • 42