This commit is contained in:
Shuchang Zheng
2026-02-03 10:40:03 -08:00
committed by GitHub
parent 8d0ad3901e
commit 10fa135aa1
18 changed files with 202 additions and 155 deletions

View File

@@ -50,6 +50,7 @@ describe("SkyvernClient", () => {
include_action_history_in_verification: true,
max_screenshot_scrolls: 1,
browser_address: "browser_address",
run_with: "run_with",
},
};
server
@@ -130,6 +131,7 @@ describe("SkyvernClient", () => {
include_action_history_in_verification: true,
max_screenshot_scrolls: 1,
browser_address: "browser_address",
run_with: "run_with",
},
});
});
@@ -396,6 +398,7 @@ describe("SkyvernClient", () => {
include_action_history_in_verification: true,
max_screenshot_scrolls: 1,
browser_address: "browser_address",
run_with: "run_with",
},
};
server.mockEndpoint().get("/v1/runs/tsk_123").respondWith().statusCode(200).jsonBody(rawResponseBody).build();
@@ -464,6 +467,7 @@ describe("SkyvernClient", () => {
include_action_history_in_verification: true,
max_screenshot_scrolls: 1,
browser_address: "browser_address",
run_with: "run_with",
},
});
});