Temos tido boas experi¨ºncias usando as ferramentas de teste de UI para web ¡°p¨®s-Selenium¡±, como Cypress , e Puppeteer. TestCafe permite que voc¨º escreva testes em JavaScript ou TypeScript e os execute no navegador. TestCafe tem v¨¢rios recursos ¨²teis, incluindo execu??o paralela pronta para uso e simula??o de solicita??o de HTTP. A ferramenta usa um modelo de execu??o ass¨ªncrona sem tempos de espera expl¨ªcitos, o que resulta em su¨ªtes de testes muito mais est¨¢veis. Sua API seletora facilita a implementa??o de padr?es . A TestCafe recentemente lan?ou sua vers?o 1.0.x, que melhorou sua estabilidade e funcionalidade.
Our teams are reporting good success with , a JavaScript-based browser test automation tool. TestCafe allows you to write tests in JavaScript or TypeScript and runs tests in any browser that supports JavaScript. TestCafe has several useful features including out-of-the-box parallel execution and HTTP request mocking. TestCafe uses an asynchronous execution model with no explicit wait times, which results in much more stable test suites.

