feat: set browserID to parsed run browserID
This commit is contained in:
@@ -172,7 +172,7 @@ router.post('/runs/run/:fileName/:runId', async (req, res) => {
|
||||
status: interpretationInfo.result,
|
||||
finishedAt: new Date().toLocaleString(),
|
||||
duration: durString,
|
||||
browserId: null,
|
||||
browserId: parsedRun.browserId,
|
||||
log: interpretationInfo.log.join('\n'),
|
||||
serializableOutput: interpretationInfo.serializableOutput,
|
||||
binaryOutput: interpretationInfo.binaryOutput,
|
||||
|
||||
Reference in New Issue
Block a user