What's the deal with Playwright's web-first assertions?
While Playwright uses Jest's "expect" library for test assertions it adds additional functionality to it. Web-first assertions make web UI testing more convenient.
Learn what they're about in this week's Playwright tip!