Skip to main content

Testing (playwright)

How to test

Click X, then Y, then Z. Finally, assert that XYZ is visible on the page.

Debugger support

Use

@pytest.mark.trio

instead of

# Does not seem to work well with debugger as of 2025-08-13
@pytest.mark.asyncio

to debug tests