refactor: Implement test run helper to work with services

This commit is contained in:
Faruk AYDIN
2022-10-14 20:18:58 +02:00
parent 56a9aeece7
commit 628f872180
11 changed files with 262 additions and 119 deletions

View File

@@ -270,6 +270,7 @@ export type IGlobalVariable = {
};
execution?: {
id: string;
testRun: boolean;
}
process?: (triggerDataItem: ITriggerDataItem) => Promise<void>;
};