Skip to content

Commit 529b134

Browse files
committed
docs: remove tauri-playwright analysis document and update improvements plan
- Deleted the `tauri-playwright-analysis.md` file to streamline documentation. - Updated the `tauri-playwright-improvements-plan.md` to include a status column for tracking improvement progress, marking the audit of JS string interpolation/escaping as complete.
1 parent d1d1219 commit 529b134

2 files changed

Lines changed: 8 additions & 185 deletions

File tree

docs/tauri-playwright-analysis.md

Lines changed: 0 additions & 177 deletions
This file was deleted.

docs/tauri-playwright-improvements-plan.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
## Improvement Summary
99

10-
| # | Improvement | Applies To | Effort | Impact |
11-
|---|-------------|------------|--------|--------|
12-
| 1 | Browser-only test mode with mocked native IPC | Tauri + Electron | Large | High |
13-
| 2 | Direct WebView eval channel (supplement WebDriver) | Tauri (embedded) | Large | High |
14-
| 3 | Multi-window label configuration | Tauri | Small | Medium |
15-
| 4 | Native screenshot capture | Tauri + Electron | Medium | Low |
16-
| 5 | Audit JS string interpolation / escaping | Tauri + Electron | Small | Medium |
17-
| 6 | IPC mock serialization pattern | Tauri + Electron | Medium | Medium |
10+
| # | Improvement | Applies To | Effort | Impact | Status |
11+
|---|-------------|------------|--------|--------|--------|
12+
| 1 | Browser-only test mode with mocked native IPC | Tauri + Electron | Large | High | Pending |
13+
| 2 | Direct WebView eval channel (supplement WebDriver) | Tauri (embedded) | Large | High | Pending |
14+
| 3 | Multi-window label configuration | Tauri | Small | Medium | Pending |
15+
| 4 | Native screenshot capture | Tauri + Electron | Medium | Low | Pending |
16+
| 5 | Audit JS string interpolation / escaping | Tauri + Electron | Small | Medium | **Done** |
17+
| 6 | IPC mock serialization pattern | Tauri + Electron | Medium | Medium | Pending |
1818

1919
---
2020

0 commit comments

Comments
 (0)