Playwright - How to write tests
What are you going to learn in this post?
In this post, you will learn how to write tests with Playwright, using assertions, locators and something else.
Write tests
Let's start with an example
test('the first player must be the "X" player', async ({...
blog.delpuppo.net6 min read