DEV Community

Discussion on: E2E Testing with Cypress - 04 - Cucumber / Gherkin Integration

 
kiranparajuli589 profile image
Kiran Parajuli

If you're using Cypress as a test framework and you've managed to navigate to multiple tabs -- then the tests would surely go flaky and inconsistent because of Cypress architecture. I would highly recommend frameworks like Nightwatch, CodeceptJS, Behat, Behave which works together with selenium if you want to test multiple tabs web UI interactions.
P.S. I'm a QA developer and like to write about the tools I'm familiar with. 😊
Happy Coding!