* Resets the summary buffer without writing to summary file * * @returns {Summary} summary instance
()
| 19645 | * |
| 19646 | * @returns step summary file path |
| 19647 | */ |
| 19648 | filePath() { |
| 19649 | return __awaiter(this, void 0, void 0, function* () { |
| 19650 | if (this._filePath) { |
| 19651 | return this._filePath; |
| 19652 | } |
| 19653 | const pathFromEnv = process.env[SUMMARY_ENV_VAR]; |