Integrate Cypress with Robot Testing Framework?

Viewed 2826

I need to evaluate the best suitable end-to-end-testing library for our React Web App. One requirement would be to integrate this e2e-library with the Robot Framework, that our team currently uses for our tests.

Does anyone know if and how one could integrate Cypress as an e2e-library with the Robot Framework?

UPDATE: Possible scenario could be: With a simple one line command we would like to execute all our Robot tests and aggregate them in one results file. It would be nice, if there is a way to write Cypress e2e tests inside a robot file, as you can with Selenium, or at least trigger the cypress JS test files and retrieve their results and somehow merge them with the results from the other Robot tests

UPDATE 2: We switched to using the new Robot Library "Browser", which is like Robot Selenium just better in every way. Browser uses the Browser Automation Tool Playwright, the spiritual successor of Puppeteer, under the hood. Working with Browser makes a lot of fun, its API is very intuitive, versatile and potent. So at the moment, we completely dropped the idea of integrating Robot with Cypress. Browser does a wonderful job.

0 Answers
Related