Fixtures are reusable pieces of setup and teardown code that runs before and after test execution.
They help you prepare test environments and allow you to add functionality that is custom to your needs.For detailed docs you can refer to Playwright Documentation.