Archive: 2024/10

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...