Set up testing for an application#

Test functionality and performance

How to add unit and performance testing with Pytest.

Test UI rendering

This guide addresses how to test the rendered UI with Pytest and Playwright.

Test operating capacity

How to test performance by simulating multiple users accessing an app concurrently.