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: playwright/ai-docs/ARCHITECTURE.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ playwright/
8
8
│ ├── advanced-task-controls-tests.spec.ts
9
9
│ ├── basic-advanced-task-controls-tests.spec.ts
10
10
│ ├── conference-mpc-transfer-tests.spec.ts
11
+
│ ├── conference-transfer-tests.spec.ts
11
12
│ ├── conference-switch-tests.spec.ts
12
13
│ ├── dial-number-tests.spec.ts
13
14
│ ├── digital-incoming-task-tests.spec.ts
@@ -135,7 +136,7 @@ Page types are defined in `PAGE_TYPES` constant (see Constants section).
135
136
-`<SET>_<AGENT>_ACCESS_TOKEN`
136
137
-`DIAL_NUMBER_LOGIN_ACCESS_TOKEN` (if dial-number credentials are provided)
137
138
138
-
OAuth token acquisition is split into per-set setup tests under the `OAuth: Get Access Token` project (`OAuth for SET_1` ... `OAuth for SET_8`, plus dial-number setup when configured). These setup tests run in serial mode to avoid concurrent `.env` write races while giving each set its own timeout budget.
139
+
OAuth token acquisition is split into per-set setup tests under the `OAuth: Get Access Token` project (`OAuth for SET_1` ... `OAuth for SET_9`, plus dial-number setup when configured). These setup tests run in serial mode to avoid concurrent `.env` write races while giving each set its own timeout budget. Within each set, agent token fetches run in parallel and then `.env` writes are serialized.
139
140
140
141
---
141
142
@@ -194,9 +195,18 @@ Common anti-flake patterns in the current framework:
0 commit comments