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
Copy file name to clipboardExpand all lines: docs/dev/codex_commands.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,3 +194,10 @@ PR_11_318C
194
194
```bash
195
195
npx @openai/codex run --model gpt-5.3-codex --reasoning medium "Implement PR_11_318C: Redirect Playwright outputs to tests/results/** and avoid default output folders with config-only changes."
196
196
```
197
+
198
+
---
199
+
PR_11_318D
200
+
201
+
```bash
202
+
npx @openai/codex run --model gpt-5.3-codex --reasoning medium "Implement PR_11_318D: Expand Workspace V2 Playwright UI coverage into full Asset Manager regression with launch/add/remove/validation/export/import round-trip assertions."
Expand Workspace V2 UI automation into a full regression scenario for Asset Manager V2 launch, validation, selection/details, export integrity, and import/export round-trip.
Expand Workspace V2 Playwright coverage into a full Asset Manager V2 regression scenario including launch, add/remove, validation errors, selection details, export integrity, and import round-trip.
5
+
6
+
## Scope
7
+
-`tests/ui/workspace-v2.asset-manager.spec.js`
8
+
-`docs/dev/reports/PR_11_318D_report.md`
9
+
-`docs/dev/codex_commands.md`
10
+
-`docs/dev/commit_comment.txt`
11
+
12
+
## Steps
13
+
1. Extend the existing UI test to cover Workspace startup baseline state.
14
+
2. Validate session-aware producer launch into Asset Manager V2.
15
+
3. Cover valid add, duplicate rejection, and blank-field rejection.
16
+
4. Validate selection/details panel behavior.
17
+
5. Validate removal behavior and status messaging.
18
+
6. Validate exported workspace manifest contract shape and content.
19
+
7. Validate import round-trip and Asset Manager reopen behavior from imported manifest.
20
+
8. Run targeted syntax check and targeted Playwright spec only.
0 commit comments