feat: remove duration
This commit is contained in:
@@ -169,7 +169,6 @@ router.post('/runs/run/:fileName/:runId', requireSignIn, async (req, res) => {
|
|||||||
if (browser && currentPage) {
|
if (browser && currentPage) {
|
||||||
const interpretationInfo = await browser.interpreter.InterpretRecording(
|
const interpretationInfo = await browser.interpreter.InterpretRecording(
|
||||||
parsedRecording.recording, currentPage, parsedRun.interpreterSettings);
|
parsedRecording.recording, currentPage, parsedRun.interpreterSettings);
|
||||||
const duration = Math.round((new Date().getTime() - new Date(parsedRun.startedAt).getTime()) / 1000);
|
|
||||||
await destroyRemoteBrowser(parsedRun.browserId);
|
await destroyRemoteBrowser(parsedRun.browserId);
|
||||||
const run_meta = {
|
const run_meta = {
|
||||||
...parsedRun,
|
...parsedRun,
|
||||||
|
|||||||
Reference in New Issue
Block a user