Curious what folks are using for end to end testin...
# testing
t
Curious what folks are using for end to end testing for their web apps. Currently, using TestComplete, and it's not the most favorable experience amongst our team. It's very GUI forward, and we'd prefer something we can script tests with. I've been given the opportunity to look into a different product for consideration and have been looking at Cypress and TestCafe. Leaning towards Cypress at the moment, as the docs are pretty solid and the describe/it syntax would be familiar to the team, as I'm also pushing TestBox on them (but not a dealbreaker).
a
Cypress is awesome
s
We've been using Cypress but are just today auditioning Playwright
there's an ITB session on it
(this year)
Not because Cypress wasn't good tho
t
I did see Playwright but have not actually read up on it.
a
We use Playwright as well and it's good, but I've not used it for testing though
m
We've been using Cypress for e2e and don't really have any complaints. Docs have been very helpful.
t
Thanks all. Adding playwright to my list to review. At first glance it looks promising too.