You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebViewURL='https://go.microsoft.com/fwlink/p/?LinkId=2124703'# Obtained from https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
Copy file name to clipboardExpand all lines: src/scenarios/mauiblazordesktop/test.py
+56Lines changed: 56 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
EXENAME='MauiBlazorDesktopTesting'
6
6
7
7
defmain():
8
+
setup_loggers(True)
9
+
install_webview()
8
10
traits=TestTraits(exename=EXENAME,
9
11
guiapp='true',
10
12
startupmetric='WinUIBlazor',
@@ -16,6 +18,60 @@ def main():
16
18
runner=Runner(traits)
17
19
runner.run()
18
20
21
+
definstall_webview():
22
+
WebViewURL='https://go.microsoft.com/fwlink/p/?LinkId=2124703'# Obtained from https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
0 commit comments