Our great sponsors
-
-
https://webdriver.io/ is a pretty solid option, been using it a few years now and have had no major issues with it.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Throwing in Playwright, coming from Selenium (WebdriverIO) it's way more stable and reliable for me.
-
The Protractor testing framework was created for e2e testing of Angular apps. https://www.protractortest.org/
-
I've been using canopy for a year now and it rocks. Took a while to port over from C# to F#, but it's a lot more stable than out of the box Selenium: https://lefthandedgoat.github.io/canopy/
Related posts
- Learning the Unit Test
- É muito difícil (ou demorado) aprender a fazer testes unitários em aplicações web? Alguma dica sobre o assunto?
- The Frontend Hitchhikers Guide: Testing
- Improve your Testing with Custom Matchers in Jest
- Setup Jest and React Testing Library in a React project | a step-by-step guide