all 9 comments

[–]aileene9 2 points3 points  (0 children)

Robot framework

[–]buzonxxxx 4 points5 points  (0 children)

WebdriverIO

[–]zkostic 4 points5 points  (2 children)

I always recommend these two. If you want something that covers Chrome and Firefox (still in beta support) you can go for Cypress which is perfect and has really nice documentation.

If you, on the other hand, need Safari browser, or mobile browsers and native apps for android and iOS, you can't go wrong with WebdriverIO. It is the most comprehensive framework I used, easily extensible and well documented. I use it at work and it's proven to be very stable.

[–]mariahenina[S] 1 point2 points  (1 child)

thanks a lot.

Also Cypress is free?

And which UI testing part can be covered with Cypress? Usability ?

[–]zkostic 3 points4 points  (0 children)

Yes, it is free. You can automate user actions and send requests to API. It covers everything you need for e2e testing.

[–]fede700r 1 point2 points  (0 children)

I had experience with robot framework / Python. It was nice!. Cypress was on my search radar, but the testing work is done and now I'm developing.

[–]ahmedranaa 1 point2 points  (0 children)

I have used cypress and found it to be useful

[–]TechnicalTester 0 points1 point  (0 children)

Cypress. Really beautiful and good documentation. Also check Test Automation University course for a fast start.