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/browser-qa.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ The replay URL is captured in `results.json` as `browserbaseReplayUrl`.
36
36
`ci.yml` now runs as one staged pipeline:
37
37
38
38
1.`Stage 1 - Quality`
39
-
2.`Stage 2 - Browser QA`
40
-
3.`Stage 3 - Integration + Build`
39
+
2.`Stage 2 - Browser QA` using the local `agent-browser` smoke flow
40
+
3.`Stage 3 - Build`
41
41
42
-
Stage 2 uploads screenshots as artifacts and posts replay/artifact links on PRs.
42
+
`preview-validation` runs the same smoke path against the public preview deployment with `USE_BROWSERBASE=1`, uploads screenshots as artifacts, and posts replay/artifact links on PRs.
43
43
44
44
`tui-release.yml` also runs browser QA, uploads screenshots to release artifacts, and appends the Browserbase replay URL to release notes.
0 commit comments