playwright-ts-automationframework 1.1.13 → 1.1.14
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.
|
@@ -80,7 +80,7 @@ var BasePage = /** @class */ (function () {
|
|
|
80
80
|
BasePage.executionCompleted = function (testinfo) {
|
|
81
81
|
var _a;
|
|
82
82
|
(0, logs_core_1.logTestResult)('');
|
|
83
|
-
(0, logs_core_1.logTestResult)("===== END Of Execution For Test Case: '" + testinfo.
|
|
83
|
+
(0, logs_core_1.logTestResult)("===== END Of Execution For Test Case: '" + testinfo.title + "' With Test Result: '" + ((_a = testinfo.status) === null || _a === void 0 ? void 0 : _a.toUpperCase()) + "' =====");
|
|
84
84
|
(0, logs_core_1.logTestResult)('');
|
|
85
85
|
};
|
|
86
86
|
return BasePage;
|