Richard van der HoffandGitHub 4c928d2854 Avoid mergeTests in test fixture declarations (#138)
Normally, one can find the documentation on a playwright test fixture by
finding its declaration (i.e., you can ctrl-click on the fixture name and find
its documentaion).

However, `mergeTests` re-declares the type, making it much harder to find the
documentation on a given fixture.

It's easy enough to avoid `mergeTests`: we just structure our `test.extend`
calls as a strict hieirarchy.
2025-11-27 17:13:22 +00:00
S
Description
No description provided
AGPL-3.0
1.5 GiB
2026-05-13 14:01:59 +00:00
Languages
TypeScript 93.8%
CSS 4.6%
JavaScript 0.7%
HTML 0.6%