test: add workbench dom-only live validation
This commit is contained in:
@@ -147,6 +147,13 @@ test("workbench smoke CLI allows live evidence to write the live report", () =>
|
||||
assert.equal(smokeCliExitCode(report, decision), 0);
|
||||
});
|
||||
|
||||
test("smoke args include a DOM-only live read-only mode", () => {
|
||||
assert.deepEqual(parseSmokeArgs(["--dom-only", "--url", "http://74.48.78.17:16666/"]), {
|
||||
mode: "dom-only",
|
||||
url: "http://74.48.78.17:16666/"
|
||||
});
|
||||
});
|
||||
|
||||
test("live workbench identity passes only when runtime commit or image tag matches current source", () => {
|
||||
assert.equal(
|
||||
classifyLiveDeploymentIdentity(sourceIdentity, {
|
||||
|
||||
Reference in New Issue
Block a user