From cb7f78de7e9bafe0f5532efca5c539a9afc8314d Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Tue, 26 Mar 2024 21:26:46 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E8=B0=83=E6=95=B4=20toMatchImageSnapsh?= =?UTF-8?q?ot=20=E4=B8=BA=20toSaveImageSnapshot=EF=BC=8C=E5=8F=AA=E6=88=AA?= =?UTF-8?q?=E5=9B=BE=EF=BC=8C=E4=B8=8D=E5=AF=B9=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/action-sheet/action-sheet.test.js | 52 +++++++------- ...t-element-by-id-multiple-root-node.test.js | 6 +- .../get-element-by-id.test.js | 2 +- .../API/load-font-face/load-font-face.test.js | 4 +- pages/API/modal/modal.test.js | 72 +++++++++---------- pages/API/navigator/new-page/onLoad.test.js | 10 +-- .../set-navigation-bar-color.test.js | 4 +- .../set-navigation-bar-title.test.js | 4 +- pages/API/toast/toast.test.js | 24 +++---- pages/CSS/overflow/overflow.test.js | 2 +- pages/CSS/text/font-family.test.js | 2 +- pages/CSS/text/font-size.test.js | 2 +- pages/CSS/variable/variable.test.js | 2 +- .../general-attribute.test.js | 4 +- pages/component/image/image.test.js | 4 +- pages/component/input/input.test.js | 4 +- .../list-view/list-view-multiplex.test.js | 32 ++++----- .../list-view/list-view-refresh.test.js | 18 ++--- .../nested-scroll-body.test.js | 24 +++---- .../nested-scroll-header.test.js | 4 +- .../scroll-view/scroll-view-props.test.js | 2 +- .../scroll-view/scroll-view-refresher.test.js | 2 +- .../component/scroll-view/scroll-view.test.js | 6 +- .../sticky-header/sticky-header.test.js | 4 +- .../sticky-section/sticky-section.test.js | 4 +- pages/component/text/text-props.test.js | 2 +- .../web-view-local/web-view-local.test.js | 2 +- pages/pages.test.js | 8 +-- pages/template/list-news/list-news.test.js | 2 +- .../template/navbar-lite/navbar-lite.test.js | 4 +- .../webview-screenshot.test.js | 2 +- 31 files changed, 157 insertions(+), 157 deletions(-) diff --git a/pages/API/action-sheet/action-sheet.test.js b/pages/API/action-sheet/action-sheet.test.js index 0d32a133..056865cd 100644 --- a/pages/API/action-sheet/action-sheet.test.js +++ b/pages/API/action-sheet/action-sheet.test.js @@ -27,13 +27,13 @@ describe('API-loading', () => { }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -67,13 +67,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -109,13 +109,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -150,13 +150,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -191,13 +191,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -232,13 +232,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -276,13 +276,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -317,13 +317,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -358,13 +358,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -399,13 +399,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -441,13 +441,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -482,13 +482,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } @@ -523,13 +523,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) diff --git a/pages/API/get-element-by-id/get-element-by-id-multiple-root-node.test.js b/pages/API/get-element-by-id/get-element-by-id-multiple-root-node.test.js index c8126a19..e0ec97be 100644 --- a/pages/API/get-element-by-id/get-element-by-id-multiple-root-node.test.js +++ b/pages/API/get-element-by-id/get-element-by-id-multiple-root-node.test.js @@ -2,7 +2,7 @@ const PAGE_PATH = "/pages/API/get-element-by-id/get-element-by-id-multiple-root-node"; let page; -describe("getElementByIdForMultipleRootNode", () => { +describe("getElementByIdForMultipleRootNode", () => { beforeAll(async () => { page = await program.reLaunch(PAGE_PATH); await page.waitFor('view'); @@ -17,6 +17,6 @@ describe("getElementByIdForMultipleRootNode", () => { await page.callMethod("changeViewStyle"); await page.waitFor(500); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); -}); +}); diff --git a/pages/API/get-element-by-id/get-element-by-id.test.js b/pages/API/get-element-by-id/get-element-by-id.test.js index a04f1b1d..3f7933f3 100644 --- a/pages/API/get-element-by-id/get-element-by-id.test.js +++ b/pages/API/get-element-by-id/get-element-by-id.test.js @@ -16,6 +16,6 @@ describe("getElementById", () => { await page.callMethod("changeViewStyle"); await page.waitFor(500); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); }); diff --git a/pages/API/load-font-face/load-font-face.test.js b/pages/API/load-font-face/load-font-face.test.js index 928c0391..0f78bfb9 100644 --- a/pages/API/load-font-face/load-font-face.test.js +++ b/pages/API/load-font-face/load-font-face.test.js @@ -8,12 +8,12 @@ describe("loadFontFace", () => { }); it("parent screenshot", async () => { const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); it("child screenshot", async () => { const page = await program.navigateTo(CHILD_PAGE_PATH); await page.waitFor(3000); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); }); diff --git a/pages/API/modal/modal.test.js b/pages/API/modal/modal.test.js index 8f278b74..b7f7af26 100644 --- a/pages/API/modal/modal.test.js +++ b/pages/API/modal/modal.test.js @@ -28,13 +28,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -68,13 +68,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -109,13 +109,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -150,13 +150,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -191,13 +191,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -231,13 +231,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -271,13 +271,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -311,13 +311,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -351,13 +351,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -392,13 +392,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -433,13 +433,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -474,13 +474,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -515,13 +515,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -556,13 +556,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -597,13 +597,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -638,13 +638,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -679,13 +679,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -719,13 +719,13 @@ describe('API-loading', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) diff --git a/pages/API/navigator/new-page/onLoad.test.js b/pages/API/navigator/new-page/onLoad.test.js index 6d83e3f2..124eb4b0 100644 --- a/pages/API/navigator/new-page/onLoad.test.js +++ b/pages/API/navigator/new-page/onLoad.test.js @@ -11,7 +11,7 @@ describe("onLoad", () => { await page.callMethod("navigateToOnLoadWithType", "adjustData"); await page.waitFor(1000); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); it("navigateTo", async () => { page = await program.reLaunch(INTERMEDIATE_PAGE_PATH); @@ -68,7 +68,7 @@ describe("onLoad", () => { height: 2140, }, }); - expect(image).toMatchImageSnapshot({ + expect(image).toSaveImageSnapshot({ failureThreshold: 0.05, failureThresholdType: "percent", }); @@ -86,7 +86,7 @@ describe("onLoad", () => { height: 2140, }, }); - expect(image).toMatchImageSnapshot({ + expect(image).toSaveImageSnapshot({ failureThreshold: 0.05, failureThresholdType: "percent", }); @@ -104,7 +104,7 @@ describe("onLoad", () => { height: 2140, }, }); - expect(image).toMatchImageSnapshot({ + expect(image).toSaveImageSnapshot({ failureThreshold: 0.05, failureThresholdType: "percent", }); @@ -122,7 +122,7 @@ describe("onLoad", () => { height: 2140, }, }); - expect(image).toMatchImageSnapshot({ + expect(image).toSaveImageSnapshot({ failureThreshold: 0.05, failureThresholdType: "percent", }); diff --git a/pages/API/set-navigation-bar-color/set-navigation-bar-color.test.js b/pages/API/set-navigation-bar-color/set-navigation-bar-color.test.js index 455947ab..c4373a46 100644 --- a/pages/API/set-navigation-bar-color/set-navigation-bar-color.test.js +++ b/pages/API/set-navigation-bar-color/set-navigation-bar-color.test.js @@ -19,14 +19,14 @@ describe('setNavigationBarColor', () => { it("setNavigationBarColor1", async () => { await page.callMethod("setNavigationBarColor1"); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); const lifeCycleNum = await page.callMethod("getLifeCycleNum"); expect(lifeCycleNum - originLifeCycleNum).toBe(2); }); it("setNavigationBarColor2", async () => { await page.callMethod("setNavigationBarColor2"); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); const lifeCycleNum = await page.callMethod("getLifeCycleNum"); expect(lifeCycleNum - originLifeCycleNum).toBe(4); }); diff --git a/pages/API/set-navigation-bar-title/set-navigation-bar-title.test.js b/pages/API/set-navigation-bar-title/set-navigation-bar-title.test.js index 1694c811..698bf809 100644 --- a/pages/API/set-navigation-bar-title/set-navigation-bar-title.test.js +++ b/pages/API/set-navigation-bar-title/set-navigation-bar-title.test.js @@ -19,13 +19,13 @@ describe("setNavigationBarColor", () => { it("setNavigationBarNewTitle", async () => { await page.callMethod("setNavigationBarNewTitle"); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); const lifeCycleNum = await page.callMethod("getLifeCycleNum"); expect(lifeCycleNum - originLifeCycleNum).toBe(2); }); it("setNavigationBarLongTitle", async () => { await page.callMethod("setNavigationBarLongTitle"); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); }); diff --git a/pages/API/toast/toast.test.js b/pages/API/toast/toast.test.js index 5164f86b..00236da7 100644 --- a/pages/API/toast/toast.test.js +++ b/pages/API/toast/toast.test.js @@ -31,13 +31,13 @@ describe('API-toast', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -62,13 +62,13 @@ describe('API-toast', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -91,13 +91,13 @@ describe('API-toast', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -118,13 +118,13 @@ describe('API-toast', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -151,13 +151,13 @@ describe('API-toast', () => { width:windowWidth }, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }else{ const image = await program.screenshot({ deviceShot: true, fullPage: true }); - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() } }) @@ -178,13 +178,13 @@ describe('API-toast', () => { // width:windowWidth // }, // }); - // expect(image).toMatchImageSnapshot(); + // expect(image).toSaveImageSnapshot(); // }else{ // const image = await program.screenshot({ // deviceShot: true, // fullPage: true // }); - // expect(image).toMatchImageSnapshot() + // expect(image).toSaveImageSnapshot() // } // }) diff --git a/pages/CSS/overflow/overflow.test.js b/pages/CSS/overflow/overflow.test.js index dd7f5ae3..9c5bb296 100644 --- a/pages/CSS/overflow/overflow.test.js +++ b/pages/CSS/overflow/overflow.test.js @@ -20,6 +20,6 @@ describe('component-native-overflow', () => { const image = await program.screenshot({ fullPage: true, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) }) diff --git a/pages/CSS/text/font-family.test.js b/pages/CSS/text/font-family.test.js index 34eee55e..06ec578e 100644 --- a/pages/CSS/text/font-family.test.js +++ b/pages/CSS/text/font-family.test.js @@ -11,6 +11,6 @@ describe('css-font-family', () => { const image = await program.screenshot({ fullPage: true }) - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() }); }); diff --git a/pages/CSS/text/font-size.test.js b/pages/CSS/text/font-size.test.js index 90046bea..e20bd0cd 100644 --- a/pages/CSS/text/font-size.test.js +++ b/pages/CSS/text/font-size.test.js @@ -8,6 +8,6 @@ describe('css-font-size', () => { await page.callMethod("setFontSize"); await page.waitFor(100); const image = await program.screenshot({ fullPage: true }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); }); diff --git a/pages/CSS/variable/variable.test.js b/pages/CSS/variable/variable.test.js index 5891aaa3..e323f516 100644 --- a/pages/CSS/variable/variable.test.js +++ b/pages/CSS/variable/variable.test.js @@ -9,6 +9,6 @@ describe('css-variable', () => { const image = await program.screenshot({ fullPage: true }) - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() }); }); diff --git a/pages/component/general-attribute/general-attribute.test.js b/pages/component/general-attribute/general-attribute.test.js index 290b16a5..0bce1aef 100644 --- a/pages/component/general-attribute/general-attribute.test.js +++ b/pages/component/general-attribute/general-attribute.test.js @@ -9,7 +9,7 @@ describe('general attribute', () => { }) it("class & style", async () => { const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); it('validateGeneralAttributes', async () => { const button = await page.$(".btn-style"); @@ -22,6 +22,6 @@ describe('general attribute', () => { await button.tap(); await page.waitFor(500); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }); }) diff --git a/pages/component/image/image.test.js b/pages/component/image/image.test.js index 03378d84..b9535cc8 100644 --- a/pages/component/image/image.test.js +++ b/pages/component/image/image.test.js @@ -55,7 +55,7 @@ describe('component-native-image', () => { const image = await program.screenshot({ fullPage: true }) - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() }); it('mode-screenshot', async () => { @@ -65,6 +65,6 @@ describe('component-native-image', () => { const image = await program.screenshot({ fullPage: true }) - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() }); }); diff --git a/pages/component/input/input.test.js b/pages/component/input/input.test.js index e7716c95..e2b9cf87 100644 --- a/pages/component/input/input.test.js +++ b/pages/component/input/input.test.js @@ -12,7 +12,7 @@ describe('component-native-input', () => { // const image = await program.screenshot({ // fullPage: true // }) - // expect(image).toMatchImageSnapshot() + // expect(image).toSaveImageSnapshot() // }) // 测试焦点及键盘弹起 it('focus', async () => { @@ -176,6 +176,6 @@ describe('component-native-input', () => { const image = await program.screenshot({ fullPage: true }) - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() }) }); diff --git a/pages/component/list-view/list-view-multiplex.test.js b/pages/component/list-view/list-view-multiplex.test.js index dc065795..402f80bf 100644 --- a/pages/component/list-view/list-view-multiplex.test.js +++ b/pages/component/list-view/list-view-multiplex.test.js @@ -1,16 +1,16 @@ -describe('component-native-list-view', () => { - let page - beforeAll(async () => { - //打开list-view-multiplex测试页 - page = await program.reLaunch('/pages/component/list-view/list-view-multiplex') - await page.waitFor('list-view') - }) - - //滚动list-view到底部 加载更多 如果异常则直接闪退 - it('check_list_item_multiplex', async () => { - await page.callMethod('listViewScrollByY', 5000) - await page.waitFor(400) - await page.callMethod('listViewScrollByY', 100) +describe('component-native-list-view', () => { + let page + beforeAll(async () => { + //打开list-view-multiplex测试页 + page = await program.reLaunch('/pages/component/list-view/list-view-multiplex') + await page.waitFor('list-view') + }) + + //滚动list-view到底部 加载更多 如果异常则直接闪退 + it('check_list_item_multiplex', async () => { + await page.callMethod('listViewScrollByY', 5000) + await page.waitFor(400) + await page.callMethod('listViewScrollByY', 100) }) //检测延迟显示listv-view后list-item是否正常显示 @@ -21,7 +21,7 @@ describe('component-native-list-view', () => { }); await page.waitFor(200) const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) //检测修改item子元素后,item是否正常调整高度 @@ -32,6 +32,6 @@ describe('component-native-list-view', () => { }); await page.waitFor(600) const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); - }) + expect(image).toSaveImageSnapshot(); + }) }) diff --git a/pages/component/list-view/list-view-refresh.test.js b/pages/component/list-view/list-view-refresh.test.js index ff0a07ab..146c00ab 100644 --- a/pages/component/list-view/list-view-refresh.test.js +++ b/pages/component/list-view/list-view-refresh.test.js @@ -1,15 +1,15 @@ describe('component-native-list-view-refresh', () => { if (process.env.uniTestPlatformInfo.startsWith('web')) { - it('dummyTest', async () => { - expect(1).toBe(1) + it('dummyTest', async () => { + expect(1).toBe(1) }) return - } - let page + } + let page beforeAll(async () => { - //打开list-view测试页 - page = await program.reLaunch('/pages/component/list-view/list-view-refresh') - await page.waitFor(600) + //打开list-view测试页 + page = await program.reLaunch('/pages/component/list-view/list-view-refresh') + await page.waitFor(600) }) it('check_list_view_refresh', async () => { @@ -19,6 +19,6 @@ describe('component-native-list-view-refresh', () => { //等待下拉刷新结束 await page.waitFor(500) const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); - }) + expect(image).toSaveImageSnapshot(); + }) }) diff --git a/pages/component/nested-scroll-body/nested-scroll-body.test.js b/pages/component/nested-scroll-body/nested-scroll-body.test.js index a3b80a39..f6f62db0 100644 --- a/pages/component/nested-scroll-body/nested-scroll-body.test.js +++ b/pages/component/nested-scroll-body/nested-scroll-body.test.js @@ -1,16 +1,16 @@ describe('component-native-nested-scroll-body', () => { - if (process.env.uniTestPlatformInfo.indexOf('web') > -1 || process.env.UNI_AUTOMATOR_APP_WEBVIEW == 'true') { - it('dummyTest', () => { - expect(1).toBe(1) - }) - return + if (process.env.uniTestPlatformInfo.indexOf('web') > -1 || process.env.UNI_AUTOMATOR_APP_WEBVIEW == 'true') { + it('dummyTest', () => { + expect(1).toBe(1) + }) + return } - - let page + + let page beforeAll(async () => { - //打开lnested-scroll-body测试页 - page = await program.reLaunch('/pages/component/nested-scroll-body/nested-scroll-body') - await page.waitFor(600) + //打开lnested-scroll-body测试页 + page = await program.reLaunch('/pages/component/nested-scroll-body/nested-scroll-body') + await page.waitFor(600) }) //检测横向scroll_into_view属性赋值 @@ -18,6 +18,6 @@ describe('component-native-nested-scroll-body', () => { await page.callMethod('testBodyScrollBy', 400) await page.waitFor(300) const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); - }) + expect(image).toSaveImageSnapshot(); + }) }) diff --git a/pages/component/nested-scroll-header/nested-scroll-header.test.js b/pages/component/nested-scroll-header/nested-scroll-header.test.js index c3982468..f8ce2976 100644 --- a/pages/component/nested-scroll-header/nested-scroll-header.test.js +++ b/pages/component/nested-scroll-header/nested-scroll-header.test.js @@ -16,6 +16,6 @@ describe('component-native-nested-scroll-header', () => { it('check_nested-scroll-header', async () => { const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) -}) +}) diff --git a/pages/component/scroll-view/scroll-view-props.test.js b/pages/component/scroll-view/scroll-view-props.test.js index e4066d0f..f124bd91 100644 --- a/pages/component/scroll-view/scroll-view-props.test.js +++ b/pages/component/scroll-view/scroll-view-props.test.js @@ -90,7 +90,7 @@ describe('component-native-scroll-view-props', () => { }) await page.waitFor(300); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) }); diff --git a/pages/component/scroll-view/scroll-view-refresher.test.js b/pages/component/scroll-view/scroll-view-refresher.test.js index 2cb57d0b..07e55034 100644 --- a/pages/component/scroll-view/scroll-view-refresher.test.js +++ b/pages/component/scroll-view/scroll-view-refresher.test.js @@ -15,7 +15,7 @@ describe('component-native-scroll-view-refresher', () => { }) await page.waitFor(300); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) it('check_refresher', async () => { diff --git a/pages/component/scroll-view/scroll-view.test.js b/pages/component/scroll-view/scroll-view.test.js index cc85304b..a2cdadde 100644 --- a/pages/component/scroll-view/scroll-view.test.js +++ b/pages/component/scroll-view/scroll-view.test.js @@ -1,4 +1,4 @@ -describe('component-native-scroll-view', () => { +describe('component-native-scroll-view', () => { let page; beforeAll(async () => { page = await program.reLaunch('/pages/component/scroll-view/scroll-view'); @@ -13,6 +13,6 @@ describe('component-native-scroll-view', () => { }) await page.waitFor(300); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); - }); + expect(image).toSaveImageSnapshot(); + }); }); diff --git a/pages/component/sticky-header/sticky-header.test.js b/pages/component/sticky-header/sticky-header.test.js index 17e3d41a..212f7f59 100644 --- a/pages/component/sticky-header/sticky-header.test.js +++ b/pages/component/sticky-header/sticky-header.test.js @@ -9,6 +9,6 @@ describe('component-native-sticky-header', () => { it('check_sticky_header', async () => { await page.callMethod('confirm_scroll_top_input', 600) const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) -}) +}) diff --git a/pages/component/sticky-section/sticky-section.test.js b/pages/component/sticky-section/sticky-section.test.js index 45975578..3af0e3b3 100644 --- a/pages/component/sticky-section/sticky-section.test.js +++ b/pages/component/sticky-section/sticky-section.test.js @@ -9,7 +9,7 @@ describe('component-native-sticky-section', () => { it('check_sticky_section', async () => { await page.callMethod('listViewScrollByY', 1000) const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) it('check_goto_sticky_header', async () => { @@ -27,6 +27,6 @@ describe('component-native-sticky-section', () => { return await page.data('scrolling') === false; }); const image = await program.screenshot(); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); }) }) diff --git a/pages/component/text/text-props.test.js b/pages/component/text/text-props.test.js index 0b41c2c2..b98840ee 100644 --- a/pages/component/text/text-props.test.js +++ b/pages/component/text/text-props.test.js @@ -9,7 +9,7 @@ describe('text-props', () => { it('screenshot', async () => { const image = await program.screenshot({ fullPage: true }) - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() }) it('empty text', async () => { diff --git a/pages/component/web-view-local/web-view-local.test.js b/pages/component/web-view-local/web-view-local.test.js index 37c9e2c2..bc1fdd29 100644 --- a/pages/component/web-view-local/web-view-local.test.js +++ b/pages/component/web-view-local/web-view-local.test.js @@ -19,7 +19,7 @@ describe('component-native-web-view', () => { const image = await program.screenshot({ fullPage: true }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); } }); }); \ No newline at end of file diff --git a/pages/pages.test.js b/pages/pages.test.js index 3eff5ba9..1b1b1d75 100755 --- a/pages/pages.test.js +++ b/pages/pages.test.js @@ -169,10 +169,10 @@ describe("page screenshot test", () => { const image = await program.screenshot({ fullPage: fullPage }); - expect(image).toMatchImageSnapshot({ - customSnapshotIdentifier() { - return `__pages_test__/${pages[pageIndex].replace(/\//g, "-").substring(1)}` - } + expect(image).toSaveImageSnapshot({ + customSnapshotIdentifier() { + return `__pages_test__/${pages[pageIndex].replace(/\//g, "-").substring(1)}` + } }) await page.waitFor(500); }); diff --git a/pages/template/list-news/list-news.test.js b/pages/template/list-news/list-news.test.js index 78f6d5f5..045cd9ea 100644 --- a/pages/template/list-news/list-news.test.js +++ b/pages/template/list-news/list-news.test.js @@ -11,6 +11,6 @@ describe('template-list-news', () => { const image = await program.screenshot({ fullPage: true }) - expect(image).toMatchImageSnapshot() + expect(image).toSaveImageSnapshot() }); }); diff --git a/pages/template/navbar-lite/navbar-lite.test.js b/pages/template/navbar-lite/navbar-lite.test.js index 5d755001..c5d678cc 100644 --- a/pages/template/navbar-lite/navbar-lite.test.js +++ b/pages/template/navbar-lite/navbar-lite.test.js @@ -40,7 +40,7 @@ describe("setCustomNavigationBarColor", () => { deviceShot: true, area: adbScreenShotArea, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); } const lifeCycleNum = await page.callMethod("getLifeCycleNum"); expect(lifeCycleNum - originLifeCycleNum).toBe(2); @@ -54,7 +54,7 @@ describe("setCustomNavigationBarColor", () => { deviceShot: true, area: adbScreenShotArea, }); - expect(image).toMatchImageSnapshot(); + expect(image).toSaveImageSnapshot(); } const lifeCycleNum = await page.callMethod("getLifeCycleNum"); expect(lifeCycleNum - originLifeCycleNum).toBe(4); diff --git a/pages/webview-screenshot/webview-screenshot.test.js b/pages/webview-screenshot/webview-screenshot.test.js index 061a80b5..34d23bed 100644 --- a/pages/webview-screenshot/webview-screenshot.test.js +++ b/pages/webview-screenshot/webview-screenshot.test.js @@ -328,7 +328,7 @@ describe("shot-compare", () => { ...screenshotParams, offsetY: `${isCustomNavigation ? 0 : headerHeight}` }); - expect(webSnapshot).toMatchImageSnapshot({ + expect(webSnapshot).toSaveImageSnapshot({ customSnapshotIdentifier() { return screenshotPath; }, -- GitLab