mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 22:25:41 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
4
node_modules/playwright/lib/reporters/markdown.js
generated
vendored
4
node_modules/playwright/lib/reporters/markdown.js
generated
vendored
@@ -25,7 +25,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
class MarkdownReporter extends _base.BaseReporter {
|
||||
class MarkdownReporter extends _base.TerminalReporter {
|
||||
constructor(options) {
|
||||
super();
|
||||
this._options = void 0;
|
||||
@@ -69,7 +69,7 @@ class MarkdownReporter extends _base.BaseReporter {
|
||||
await _fs.default.promises.writeFile(reportFile, lines.join('\n'));
|
||||
}
|
||||
_printTestList(prefix, tests, lines, suffix) {
|
||||
for (const test of tests) lines.push(`${prefix} ${(0, _base.formatTestTitle)(this.config, test)}${suffix || ''}`);
|
||||
for (const test of tests) lines.push(`${prefix} ${this.formatTestTitle(test)}${suffix || ''}`);
|
||||
lines.push(``);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user