Archive: 2024

The Top 5 Open-Source End-to-End Testing Frameworks of 2024

The Top 5 Open-Source End-to-End Testing Frameworks of 2024

Optional: GitHub e2e-js-demo ▼ You will find under each frameworks section a dropdown similar to this, showing minimalist steps to get each framework running a basic test to get you started. I have compiled all of these tests with the minimum dependencies applied into one repository allowing you to get a working test for each framework in less time, so feel free...

End-to-end Testing with Playwright using vanilla JavaScript

End-to-end Testing with Playwright using vanilla JavaScript

In this rapid guide, we’ll set up a basic end-to-end test using Playwright with vanilla JavaScript. We’ll create a simple test to verify the header of this blog, demonstrating the fundamental concepts of Playwright testing. Quick Setup: This guide focuses on getting you up and running with Playwright in under 15 minutes! Keep an eye out for future posts where we'll dive deeper into advanced t...