feat: add comprehensive end-to-end test suite
This commit is contained in:
committed by
Loic Coenen (aider)
parent
af7588b832
commit
18eb27e9c8
8
e2e/test_globals.ts
Normal file
8
e2e/test_globals.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as path from "path";
|
||||
|
||||
export const PROJECT_DIR = path.resolve(__dirname, "..");
|
||||
export const ENGINE_BIN = path.join(PROJECT_DIR, "engine/looper");
|
||||
export const CLIENT_BIN = path.join(PROJECT_DIR, "client/looper-client");
|
||||
export const STATUS_FIFO = "/tmp/looper_status";
|
||||
export const CMD_FIFO = "/tmp/looper_cmd";
|
||||
export const GEN_TONE_BIN = "/tmp/gen_tone";
|
||||
Reference in New Issue
Block a user