-
Book Overview & Buying
-
Table Of Contents
Hands-On Automated Testing with Playwright
By :
In this chapter, we've laid the groundwork for using Playwright by walking through the setup process and exploring key aspects of testing. We began by installing Node.js and Playwright, then distinguished between the core automation library and the testing framework. We wrote a simple first test, configured our test environment with best practices in Node.js and IDE integration, and finally, dove into the inner workings of Playwright’s test runner.By now, you should feel confident in setting up Playwright for your projects. In the next chapter, we will build upon these fundamentals by exploring techniques for interacting with complex web elements using Playwright’s selector engine.