run playwright tests last

This commit is contained in:
Lendemor 2024-10-24 20:15:54 +02:00
parent 1facb5be4c
commit 05fffc4597

View File

@ -21,7 +21,7 @@ def StatelessApp():
app.add_page(index)
@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
def stateless_app(tmp_path_factory) -> Generator[AppHarness, None, None]:
"""Create a stateless app AppHarness.