run playwright tests last
This commit is contained in:
parent
1facb5be4c
commit
05fffc4597
@ -21,7 +21,7 @@ def StatelessApp():
|
|||||||
app.add_page(index)
|
app.add_page(index)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="module")
|
||||||
def stateless_app(tmp_path_factory) -> Generator[AppHarness, None, None]:
|
def stateless_app(tmp_path_factory) -> Generator[AppHarness, None, None]:
|
||||||
"""Create a stateless app AppHarness.
|
"""Create a stateless app AppHarness.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user