test: add ACP integration test (#6150)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2025-12-18 09:26:46 +08:00
committed by GitHub
parent 92537b74fe
commit dfd207bc0f
4 changed files with 205 additions and 5 deletions
+2
View File
@@ -119,11 +119,13 @@ boa_gc = "0.21"
winapi = { version = "0.3", features = ["wincred"] }
[dev-dependencies]
agent-client-protocol = "0.9.2"
criterion = "0.5"
serial_test = "3.2.0"
mockall = "0.13.1"
wiremock = "0.6.0"
tokio = { version = "1.43", features = ["full"] }
tokio-util = { version = "0.7.15", features = ["compat"] }
temp-env = "0.3.6"
dotenvy = "0.15.7"
ctor = "0.2.9"