@intuned/runtime-dev 1.0.4-remove-playwright.14 → 1.0.4-remove-playwright.15
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.
|
@@ -183,6 +183,8 @@ async function* runApiGenerator({
|
|
|
183
183
|
} else {
|
|
184
184
|
result = await importedModule.func(...automationFunctionParameters);
|
|
185
185
|
}
|
|
186
|
+
const x = await (0, _contextStorageStateHelpers.getStorageState)(context);
|
|
187
|
+
console.log("storage state gggg", JSON.stringify(x));
|
|
186
188
|
return (0, _neverthrow.ok)({
|
|
187
189
|
result,
|
|
188
190
|
extendedPayloads: (_getExecutionContext = (0, _asyncLocalStorage.getExecutionContext)()) === null || _getExecutionContext === void 0 ? void 0 : _getExecutionContext.extendedPayloads,
|