Skip to content

Commit be20102

Browse files
committed
docs: add postman migration guide
1 parent 37bfbe9 commit be20102

File tree

10 files changed

+482
-367
lines changed

10 files changed

+482
-367
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,6 @@ export default definePlugin({
169169

170170
Write plugins in any language using the subprocess protocol — see `examples/plugins/` for Python and Ruby examples.
171171

172-
## Observer Mode
173-
174-
Run scripts from the TUI and watch every HTTP request appear in real time — without changing a line of code.
175-
176-
```bash
177-
treq open # start the TUI
178-
# select a script → run it → see every request as it happens
179-
```
180-
181-
`createClient()` auto-detects the TUI server and routes requests through it. Your scripts, tests, and CI jobs get full observability for free.
182172

183173
## Run from Any Language
184174

@@ -196,7 +186,6 @@ curl -X POST http://localhost:4097/execute \
196186

197187
## Features
198188

199-
- **Variable interpolation** with profiles and nested access (`{{user.email}}`)
200189
- **Command resolvers**`{{$timestamp()}}`, `{{$uuid()}}`, or your own custom functions
201190
- **Cookie management** — automatic jar with RFC 6265 compliance
202191
- **SSE streaming**`@sse` directive for Server-Sent Events

packages/webdocs/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default defineConfig({
3636
{
3737
label: 'Guides',
3838
items: [
39+
{ label: 'Postman Migration', slug: 'docs/guides/postman-migration' },
3940
{ label: 'BYO Test Runner', slug: 'docs/guides/byo-test-runner' },
4041
{ label: 'Plugins', slug: 'docs/guides/plugins' },
4142
{ label: 'Observer Mode', slug: 'docs/guides/observer-mode' },

packages/webdocs/src/components/ContactForm.astro

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

packages/webdocs/src/components/FAQAccordion.astro

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

0 commit comments

Comments
 (0)