Writing Tests
In Plugwright, every test runs with a pre-configured context. You usetest() to define a scenario and expect() to make assertions.
Understand the fundamentals of Plugwright.
test() to define a scenario and expect() to make assertions.