@dev-blinq/cucumber_client 1.0.1213-dev → 1.0.1214-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -396,6 +396,7 @@ const runCucumber = async (
|
|
|
396
396
|
logger.error(e.stack);
|
|
397
397
|
message = e.message + "\n" + e.stack;
|
|
398
398
|
}
|
|
399
|
+
aiAgent.scenarioReport.updateLastCommand({ status: false, error: message });
|
|
399
400
|
// Write logs to file on error
|
|
400
401
|
const logsFilePath = path.join(result.scenarioPath, "editorLogs.log");
|
|
401
402
|
writeLogsToFile(logsFilePath);
|