Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TOC bucket "Test and automation in WebView2 apps" #2856

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1294,11 +1294,6 @@
href: webview2/concepts/versioning.md
displayName: Understand WebView2 SDK versions # old title

# update needed?
- name: Test upcoming APIs and features
href: webview2/how-to/set-preview-channel.md
displayName:

- name: Distribute your app and the WebView2 Runtime
href: webview2/concepts/distribution.md
displayName:
Expand All @@ -1307,6 +1302,21 @@
href: webview2/concepts/working-with-local-content.md
displayName:

# -----------------------------------------------------------------------------
- name: Test and automation in WebView2 apps
items:
- name: Test upcoming APIs and features
href: webview2/how-to/set-preview-channel.md
displayName:

- name: Use Playwright to automate and test in WebView2
href: webview2/how-to/playwright.md
displayName:

- name: Automate and test WebView2 apps with Microsoft Edge WebDriver
href: webview2/how-to/webdriver.md
displayName:

# -----------------------------------------------------------------------------
- name: Debug WebView2 apps
items:
Expand All @@ -1330,10 +1340,6 @@
href: webview2/how-to/remote-debugging.md
displayName: Remote debugging WebView2 WinUI 2 (UWP) apps with Remote Tools for Microsoft Edge # top-of-page title

- name: Use Playwright to automate in WebView2
href: webview2/how-to/playwright.md
displayName: Use Playwright to automate and test in WebView2 # top-of-page title

# -----------------------------------------------------------------------------
- name: Architecture
items:
Expand Down Expand Up @@ -1390,10 +1396,6 @@
href: webview2/how-to/chromium-devtools-protocol.md
displayName: Use the Chrome DevTools Protocol (CDP) in WebView2 apps, chrome developer protocol # top-of-page title & catch a mis-type

- name: Automate and test with Microsoft Edge WebDriver
href: webview2/how-to/webdriver.md
displayName: Automate and test WebView2 apps with Microsoft Edge WebDriver # top-of-page title

- name: Data and privacy
href: webview2/concepts/data-privacy.md
displayName: Data and privacy in WebView2 # top-of-page title
Expand Down