feat: use browserId & runId to create run

This commit is contained in:
karishmas6
2024-10-13 04:54:26 +05:30
parent 948ad08940
commit abc5e14f33

View File

@@ -57,10 +57,10 @@ const runId = uuid();
robotMetaId: recording.recording_meta.id,
startedAt: new Date().toLocaleString(),
finishedAt: '',
browserId: id,
browserId,
interpreterSettings: { maxConcurrency: 1, maxRepeats: 1, debug: true },
log: '',
runId: id,
runId,
serializableOutput: {},
binaryOutput: {},
});