From f9f9c5e03ccd3b19e57aa8ad2d4d826790520ac4 Mon Sep 17 00:00:00 2001 From: "zhiyong.yue" Date: Tue, 23 May 2023 18:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3"video"=E4=B8=AD=E8=8B=B1?= =?UTF-8?q?=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d77a0c7..7dba23d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ npx playwright test 1.html-reporter video附件重命名后,无法在video页签下展示,如不重命名,则只能通过观看video内容确定是哪个用户在操作,可修改以下源码解决: 路径:node_modules/playwright-core/lib/webpack/htmlReport 查找内容: -=== "video" +==="video" 将第一个匹配项修改为 contentType.startsWith("video/")