Extending Playwright Test
摘要
In this chapter, you'll learn how to customize Playwright to fit your needs. Not only configuration, but all the different customization points to create your own test reporter, assertions, and more… Such tooling and utils are often called test harness. Test harness is the code we write to put a piece of software under test. There are many kinds of test harnesses like stubs, fixtures, and custom utility code. Having tailor-made tooling and utils allows you to focus on your tests.