We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c119aa9 commit 35ebec9Copy full SHA for 35ebec9
tests/playwright/examples/example_apps.py
@@ -18,6 +18,7 @@
18
SHINY_INIT_TIMEOUT = 30_000
19
ERROR_ELEMENT_TIMEOUT = 1_000
20
21
+
22
def get_apps(path: str) -> typing.List[str]:
23
full_path = pyshiny_root / path
24
app_paths: typing.List[str] = []
0 commit comments