Skip to content

Commit 3d97ea8

Browse files
committed
Add README screenshots
Six screenshots under media/screenshots/, each embedded in the README next to the section it illustrates: - overview.png — full UI hero shot under the title - command-completion.png + variable-completion.png — Authoring - run-live.png + test-explorer.png — Running - templates.png — Templates
1 parent 182818c commit 3d97ea8

7 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Author, run, and inspect [agent-device](https://incubator.callstack.com/agent-device) `.ad` scripts inside VS Code — Vitest-style.
44

5+
![Agent Device for VS Code — overview](media/screenshots/overview.png)
6+
57
## Features
68

79
### Authoring
@@ -12,6 +14,10 @@ Author, run, and inspect [agent-device](https://incubator.callstack.com/agent-de
1214
- **Platform value completion + diagnostic** — suggests `android` / `ios` after `--platform` and `context platform=`, errors on anything else
1315
- **Hover** docs for commands, directives, and flags
1416

17+
![Command completion](media/screenshots/command-completion.png)
18+
19+
![Variable completion in ${...}](media/screenshots/variable-completion.png)
20+
1521
### Running
1622

1723
- **Run Output panel** in the bottom panel container — opens to a workspace-wide `.ad` file picker; click any file to run
@@ -22,10 +28,16 @@ Author, run, and inspect [agent-device](https://incubator.callstack.com/agent-de
2228
- **Native gutter test icons** — every action line is a child `TestItem` with a `range`, so the editor gutter shows pass/fail icons after each run
2329
- **Test Explorer integration** — every `.ad` file appears as a `TestItem`; runs from any entry point (panel, CodeLens, palette, native test gutter) all reflect the same state in the Testing view
2430

31+
![Live per-step run with the Test Results streaming](media/screenshots/run-live.png)
32+
33+
![Test Explorer with passed steps and the Run Output panel](media/screenshots/test-explorer.png)
34+
2535
### Templates
2636

2737
- `+ New` opens a QuickPick with 9 starter templates: empty file, iOS/Android Settings smoke, login flow, search & assert, scroll & discover, swipe gestures, visual baseline, React Native (Metro)
2838

39+
![Template picker](media/screenshots/templates.png)
40+
2941
### Devices
3042

3143
- **Devices view** lists every iOS simulator and Android AVD, grouped by platform, booted entries first
64.6 KB
Loading

media/screenshots/overview.png

281 KB
Loading

media/screenshots/run-live.png

164 KB
Loading

media/screenshots/templates.png

56.7 KB
Loading
240 KB
Loading
59.8 KB
Loading

0 commit comments

Comments
 (0)