How to use Playwright fixture to modify or add custom command?
I want a custom Playwright command for page.goto
called page.gotoDOM
that automatically passes the waitUntil: 'domcontentloaded'
parameter so I don’t have to code it in every test.