Add PTY terminal E2E harness
This commit is contained in:
@@ -96,6 +96,11 @@ pub fn build(b: *std.Build) void {
|
||||
const smoke_cmd = b.addRunArtifact(smoke_tests);
|
||||
const smoke_step = b.step("v1-smoke", "Run cheap v1 end-to-end fixture suite");
|
||||
smoke_step.dependOn(&smoke_cmd.step);
|
||||
|
||||
const terminal_e2e_cmd = b.addSystemCommand(&.{ "python3", "tools/terminal_e2e.py" });
|
||||
terminal_e2e_cmd.addArtifactArg(exe);
|
||||
const terminal_e2e_step = b.step("terminal-e2e", "Run PTY-backed browser-terminal E2E checks");
|
||||
terminal_e2e_step.dependOn(&terminal_e2e_cmd.step);
|
||||
}
|
||||
|
||||
fn addRunProfileStep(b: *std.Build, profile: Profile, exe: *std.Build.Step.Compile) void {
|
||||
|
||||
Reference in New Issue
Block a user