Skip to content

Commit 1596982

Browse files
committed
add e2e tests
1 parent 4630bf5 commit 1596982

10 files changed

Lines changed: 1164 additions & 4 deletions

File tree

docs/generated/workspace-inventory.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workspace Inventory
22

3-
Generated: 2026-04-10T10:27:48.357Z
3+
Generated: 2026-04-10T10:34:34.304Z
44

55
```text
66
AGENTS.md
@@ -97,13 +97,10 @@ src/agentprobe/endpoints/
9797
src/agentprobe/simulator.py
9898
tests/
9999
tests/e2e/
100-
tests/e2e/INDEX.md
101100
tests/e2e/cli.e2e.test.ts
102101
tests/e2e/fixtures/
103-
tests/e2e/fixtures/INDEX.md
104102
tests/e2e/fixtures/suite/
105103
tests/e2e/python/
106-
tests/e2e/python/INDEX.md
107104
tests/e2e/python/sitecustomize.py
108105
tests/e2e/support.ts
109106
tests/test_adapters.py

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "agentprobe",
3+
"private": true,
4+
"type": "module",
5+
"scripts": {
6+
"test": "bun test",
7+
"test:e2e": "bun test tests/e2e"
8+
}
9+
}

0 commit comments

Comments
 (0)