@@ -62,11 +62,11 @@ export default function SmokePage() {
6262
6363 < div className = "card" style = { { display : 'flex' , flexDirection : 'column' , gap : '0.875rem' } } >
6464 < div style = { { display : 'flex' , flexDirection : 'column' , gap : '0.375rem' } } >
65- < div className = "card-title" > Production Lifecycle Test</ div >
65+ < div className = "card-title" > Sandbox Lifecycle Test</ div >
6666 < p className = "text-weak" style = { { fontSize : '0.8125rem' , lineHeight : 1.6 } } >
67- Runs the full sandbox lifecycle against < code > https://api.sandchest.com </ code > from
68- the admin server using configured credentials. The flow creates live sandboxes,
69- exercises exec/session/file/fork paths, and attempts cleanup in all cases.
67+ Runs the full sandbox lifecycle against the API configured on the admin server.
68+ The flow creates live sandboxes, exercises exec/session/file/fork paths, and
69+ attempts cleanup in all cases.
7070 </ p >
7171 </ div >
7272
@@ -75,7 +75,8 @@ export default function SmokePage() {
7575 { isRunning ? 'Running smoke test...' : 'Run smoke test' }
7676 </ button >
7777 < span className = "text-weak" style = { { fontSize : '0.75rem' } } >
78- Uses `SANDCHEST_SMOKE_API_KEY` or `SANDCHEST_API_KEY` on the admin server.
78+ Uses `SANDCHEST_SMOKE_BASE_URL` or `API_URL`, plus `SANDCHEST_SMOKE_API_KEY` or
79+ `SANDCHEST_API_KEY`, and optional `SANDCHEST_SMOKE_TIMEOUT_MS`, on the admin server.
7980 </ span >
8081 </ div >
8182 </ div >
0 commit comments