Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
cb7f78de
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5992
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
cb7f78de
编写于
3月 26, 2024
作者:
DCloud-WZF
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
test: 调整 toMatchImageSnapshot 为 toSaveImageSnapshot,只截图,不对比
上级
53eb552f
变更
31
显示空白变更内容
内联
并排
Showing
31 changed file
with
157 addition
and
157 deletion
+157
-157
pages/API/action-sheet/action-sheet.test.js
pages/API/action-sheet/action-sheet.test.js
+26
-26
pages/API/get-element-by-id/get-element-by-id-multiple-root-node.test.js
...lement-by-id/get-element-by-id-multiple-root-node.test.js
+3
-3
pages/API/get-element-by-id/get-element-by-id.test.js
pages/API/get-element-by-id/get-element-by-id.test.js
+1
-1
pages/API/load-font-face/load-font-face.test.js
pages/API/load-font-face/load-font-face.test.js
+2
-2
pages/API/modal/modal.test.js
pages/API/modal/modal.test.js
+36
-36
pages/API/navigator/new-page/onLoad.test.js
pages/API/navigator/new-page/onLoad.test.js
+5
-5
pages/API/set-navigation-bar-color/set-navigation-bar-color.test.js
...set-navigation-bar-color/set-navigation-bar-color.test.js
+2
-2
pages/API/set-navigation-bar-title/set-navigation-bar-title.test.js
...set-navigation-bar-title/set-navigation-bar-title.test.js
+2
-2
pages/API/toast/toast.test.js
pages/API/toast/toast.test.js
+12
-12
pages/CSS/overflow/overflow.test.js
pages/CSS/overflow/overflow.test.js
+1
-1
pages/CSS/text/font-family.test.js
pages/CSS/text/font-family.test.js
+1
-1
pages/CSS/text/font-size.test.js
pages/CSS/text/font-size.test.js
+1
-1
pages/CSS/variable/variable.test.js
pages/CSS/variable/variable.test.js
+1
-1
pages/component/general-attribute/general-attribute.test.js
pages/component/general-attribute/general-attribute.test.js
+2
-2
pages/component/image/image.test.js
pages/component/image/image.test.js
+2
-2
pages/component/input/input.test.js
pages/component/input/input.test.js
+2
-2
pages/component/list-view/list-view-multiplex.test.js
pages/component/list-view/list-view-multiplex.test.js
+16
-16
pages/component/list-view/list-view-refresh.test.js
pages/component/list-view/list-view-refresh.test.js
+9
-9
pages/component/nested-scroll-body/nested-scroll-body.test.js
...s/component/nested-scroll-body/nested-scroll-body.test.js
+12
-12
pages/component/nested-scroll-header/nested-scroll-header.test.js
...mponent/nested-scroll-header/nested-scroll-header.test.js
+2
-2
pages/component/scroll-view/scroll-view-props.test.js
pages/component/scroll-view/scroll-view-props.test.js
+1
-1
pages/component/scroll-view/scroll-view-refresher.test.js
pages/component/scroll-view/scroll-view-refresher.test.js
+1
-1
pages/component/scroll-view/scroll-view.test.js
pages/component/scroll-view/scroll-view.test.js
+3
-3
pages/component/sticky-header/sticky-header.test.js
pages/component/sticky-header/sticky-header.test.js
+2
-2
pages/component/sticky-section/sticky-section.test.js
pages/component/sticky-section/sticky-section.test.js
+2
-2
pages/component/text/text-props.test.js
pages/component/text/text-props.test.js
+1
-1
pages/component/web-view-local/web-view-local.test.js
pages/component/web-view-local/web-view-local.test.js
+1
-1
pages/pages.test.js
pages/pages.test.js
+4
-4
pages/template/list-news/list-news.test.js
pages/template/list-news/list-news.test.js
+1
-1
pages/template/navbar-lite/navbar-lite.test.js
pages/template/navbar-lite/navbar-lite.test.js
+2
-2
pages/webview-screenshot/webview-screenshot.test.js
pages/webview-screenshot/webview-screenshot.test.js
+1
-1
未找到文件。
pages/API/action-sheet/action-sheet.test.js
浏览文件 @
cb7f78de
...
...
@@ -27,13 +27,13 @@ describe('API-loading', () => {
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -67,13 +67,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -109,13 +109,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -150,13 +150,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -191,13 +191,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -232,13 +232,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -276,13 +276,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -317,13 +317,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -358,13 +358,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -399,13 +399,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -441,13 +441,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -482,13 +482,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
...
...
@@ -523,13 +523,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
pages/API/get-element-by-id/get-element-by-id-multiple-root-node.test.js
浏览文件 @
cb7f78de
...
...
@@ -17,6 +17,6 @@ describe("getElementByIdForMultipleRootNode", () => {
await
page
.
callMethod
(
"
changeViewStyle
"
);
await
page
.
waitFor
(
500
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
});
pages/API/get-element-by-id/get-element-by-id.test.js
浏览文件 @
cb7f78de
...
...
@@ -16,6 +16,6 @@ describe("getElementById", () => {
await
page
.
callMethod
(
"
changeViewStyle
"
);
await
page
.
waitFor
(
500
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
});
pages/API/load-font-face/load-font-face.test.js
浏览文件 @
cb7f78de
...
...
@@ -8,12 +8,12 @@ describe("loadFontFace", () => {
});
it
(
"
parent screenshot
"
,
async
()
=>
{
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
it
(
"
child screenshot
"
,
async
()
=>
{
const
page
=
await
program
.
navigateTo
(
CHILD_PAGE_PATH
);
await
page
.
waitFor
(
3000
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
});
pages/API/modal/modal.test.js
浏览文件 @
cb7f78de
...
...
@@ -28,13 +28,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -68,13 +68,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -109,13 +109,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -150,13 +150,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -191,13 +191,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -231,13 +231,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -271,13 +271,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -311,13 +311,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -351,13 +351,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -392,13 +392,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -433,13 +433,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -474,13 +474,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -515,13 +515,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -556,13 +556,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -597,13 +597,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -638,13 +638,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -679,13 +679,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -719,13 +719,13 @@ describe('API-loading', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
pages/API/navigator/new-page/onLoad.test.js
浏览文件 @
cb7f78de
...
...
@@ -11,7 +11,7 @@ describe("onLoad", () => {
await
page
.
callMethod
(
"
navigateToOnLoadWithType
"
,
"
adjustData
"
);
await
page
.
waitFor
(
1000
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
it
(
"
navigateTo
"
,
async
()
=>
{
page
=
await
program
.
reLaunch
(
INTERMEDIATE_PAGE_PATH
);
...
...
@@ -68,7 +68,7 @@ describe("onLoad", () => {
height
:
2140
,
},
});
expect
(
image
).
to
Match
ImageSnapshot
({
expect
(
image
).
to
Save
ImageSnapshot
({
failureThreshold
:
0.05
,
failureThresholdType
:
"
percent
"
,
});
...
...
@@ -86,7 +86,7 @@ describe("onLoad", () => {
height
:
2140
,
},
});
expect
(
image
).
to
Match
ImageSnapshot
({
expect
(
image
).
to
Save
ImageSnapshot
({
failureThreshold
:
0.05
,
failureThresholdType
:
"
percent
"
,
});
...
...
@@ -104,7 +104,7 @@ describe("onLoad", () => {
height
:
2140
,
},
});
expect
(
image
).
to
Match
ImageSnapshot
({
expect
(
image
).
to
Save
ImageSnapshot
({
failureThreshold
:
0.05
,
failureThresholdType
:
"
percent
"
,
});
...
...
@@ -122,7 +122,7 @@ describe("onLoad", () => {
height
:
2140
,
},
});
expect
(
image
).
to
Match
ImageSnapshot
({
expect
(
image
).
to
Save
ImageSnapshot
({
failureThreshold
:
0.05
,
failureThresholdType
:
"
percent
"
,
});
...
...
pages/API/set-navigation-bar-color/set-navigation-bar-color.test.js
浏览文件 @
cb7f78de
...
...
@@ -19,14 +19,14 @@ describe('setNavigationBarColor', () => {
it
(
"
setNavigationBarColor1
"
,
async
()
=>
{
await
page
.
callMethod
(
"
setNavigationBarColor1
"
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
const
lifeCycleNum
=
await
page
.
callMethod
(
"
getLifeCycleNum
"
);
expect
(
lifeCycleNum
-
originLifeCycleNum
).
toBe
(
4
);
});
...
...
pages/API/set-navigation-bar-title/set-navigation-bar-title.test.js
浏览文件 @
cb7f78de
...
...
@@ -19,13 +19,13 @@ describe("setNavigationBarColor", () => {
it
(
"
setNavigationBarNewTitle
"
,
async
()
=>
{
await
page
.
callMethod
(
"
setNavigationBarNewTitle
"
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
});
pages/API/toast/toast.test.js
浏览文件 @
cb7f78de
...
...
@@ -31,13 +31,13 @@ describe('API-toast', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -62,13 +62,13 @@ describe('API-toast', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -91,13 +91,13 @@ describe('API-toast', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -118,13 +118,13 @@ describe('API-toast', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -151,13 +151,13 @@ describe('API-toast', () => {
width
:
windowWidth
},
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
else
{
const
image
=
await
program
.
screenshot
({
deviceShot
:
true
,
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
}
})
...
...
@@ -178,13 +178,13 @@ describe('API-toast', () => {
// width:windowWidth
// },
// });
// expect(image).to
Match
ImageSnapshot();
// expect(image).to
Save
ImageSnapshot();
// }else{
// const image = await program.screenshot({
// deviceShot: true,
// fullPage: true
// });
// expect(image).to
Match
ImageSnapshot()
// expect(image).to
Save
ImageSnapshot()
// }
// })
...
...
pages/CSS/overflow/overflow.test.js
浏览文件 @
cb7f78de
...
...
@@ -20,6 +20,6 @@ describe('component-native-overflow', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
,
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
})
pages/CSS/text/font-family.test.js
浏览文件 @
cb7f78de
...
...
@@ -11,6 +11,6 @@ describe('css-font-family', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
})
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
});
});
pages/CSS/text/font-size.test.js
浏览文件 @
cb7f78de
...
...
@@ -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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
});
pages/CSS/variable/variable.test.js
浏览文件 @
cb7f78de
...
...
@@ -9,6 +9,6 @@ describe('css-variable', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
})
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
});
});
pages/component/general-attribute/general-attribute.test.js
浏览文件 @
cb7f78de
...
...
@@ -9,7 +9,7 @@ describe('general attribute', () => {
})
it
(
"
class & style
"
,
async
()
=>
{
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
})
pages/component/image/image.test.js
浏览文件 @
cb7f78de
...
...
@@ -55,7 +55,7 @@ describe('component-native-image', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
})
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
});
it
(
'
mode-screenshot
'
,
async
()
=>
{
...
...
@@ -65,6 +65,6 @@ describe('component-native-image', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
})
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
});
});
pages/component/input/input.test.js
浏览文件 @
cb7f78de
...
...
@@ -12,7 +12,7 @@ describe('component-native-input', () => {
// const image = await program.screenshot({
// fullPage: true
// })
// expect(image).to
Match
ImageSnapshot()
// expect(image).to
Save
ImageSnapshot()
// })
// 测试焦点及键盘弹起
it
(
'
focus
'
,
async
()
=>
{
...
...
@@ -176,6 +176,6 @@ describe('component-native-input', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
})
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
})
});
pages/component/list-view/list-view-multiplex.test.js
浏览文件 @
cb7f78de
...
...
@@ -21,7 +21,7 @@ describe('component-native-list-view', () => {
});
await
page
.
waitFor
(
200
)
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
//检测修改item子元素后,item是否正常调整高度
...
...
@@ -32,6 +32,6 @@ describe('component-native-list-view', () => {
});
await
page
.
waitFor
(
600
)
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
})
pages/component/list-view/list-view-refresh.test.js
浏览文件 @
cb7f78de
...
...
@@ -19,6 +19,6 @@ describe('component-native-list-view-refresh', () => {
//等待下拉刷新结束
await
page
.
waitFor
(
500
)
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
})
pages/component/nested-scroll-body/nested-scroll-body.test.js
浏览文件 @
cb7f78de
...
...
@@ -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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
})
pages/component/nested-scroll-header/nested-scroll-header.test.js
浏览文件 @
cb7f78de
...
...
@@ -16,6 +16,6 @@ describe('component-native-nested-scroll-header', () => {
it
(
'
check_nested-scroll-header
'
,
async
()
=>
{
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
})
pages/component/scroll-view/scroll-view-props.test.js
浏览文件 @
cb7f78de
...
...
@@ -90,7 +90,7 @@ describe('component-native-scroll-view-props', () => {
})
await
page
.
waitFor
(
300
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
});
pages/component/scroll-view/scroll-view-refresher.test.js
浏览文件 @
cb7f78de
...
...
@@ -15,7 +15,7 @@ describe('component-native-scroll-view-refresher', () => {
})
await
page
.
waitFor
(
300
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
it
(
'
check_refresher
'
,
async
()
=>
{
...
...
pages/component/scroll-view/scroll-view.test.js
浏览文件 @
cb7f78de
...
...
@@ -13,6 +13,6 @@ describe('component-native-scroll-view', () => {
})
await
page
.
waitFor
(
300
);
const
image
=
await
program
.
screenshot
();
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
});
});
pages/component/sticky-header/sticky-header.test.js
浏览文件 @
cb7f78de
...
...
@@ -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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
})
pages/component/sticky-section/sticky-section.test.js
浏览文件 @
cb7f78de
...
...
@@ -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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
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
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
})
})
pages/component/text/text-props.test.js
浏览文件 @
cb7f78de
...
...
@@ -9,7 +9,7 @@ describe('text-props', () => {
it
(
'
screenshot
'
,
async
()
=>
{
const
image
=
await
program
.
screenshot
({
fullPage
:
true
})
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
})
it
(
'
empty text
'
,
async
()
=>
{
...
...
pages/component/web-view-local/web-view-local.test.js
浏览文件 @
cb7f78de
...
...
@@ -19,7 +19,7 @@ describe('component-native-web-view', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
});
});
\ No newline at end of file
pages/pages.test.js
浏览文件 @
cb7f78de
...
...
@@ -169,7 +169,7 @@ describe("page screenshot test", () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
fullPage
});
expect
(
image
).
to
MatchImageSnapshot
({
expect
(
image
).
to
SaveImageSnapshot
({
customSnapshotIdentifier
()
{
return
`__pages_test__/
${
pages
[
pageIndex
].
replace
(
/
\/
/g
,
"
-
"
).
substring
(
1
)}
`
}
...
...
pages/template/list-news/list-news.test.js
浏览文件 @
cb7f78de
...
...
@@ -11,6 +11,6 @@ describe('template-list-news', () => {
const
image
=
await
program
.
screenshot
({
fullPage
:
true
})
expect
(
image
).
to
Match
ImageSnapshot
()
expect
(
image
).
to
Save
ImageSnapshot
()
});
});
pages/template/navbar-lite/navbar-lite.test.js
浏览文件 @
cb7f78de
...
...
@@ -40,7 +40,7 @@ describe("setCustomNavigationBarColor", () => {
deviceShot
:
true
,
area
:
adbScreenShotArea
,
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
const
lifeCycleNum
=
await
page
.
callMethod
(
"
getLifeCycleNum
"
);
expect
(
lifeCycleNum
-
originLifeCycleNum
).
toBe
(
2
);
...
...
@@ -54,7 +54,7 @@ describe("setCustomNavigationBarColor", () => {
deviceShot
:
true
,
area
:
adbScreenShotArea
,
});
expect
(
image
).
to
Match
ImageSnapshot
();
expect
(
image
).
to
Save
ImageSnapshot
();
}
const
lifeCycleNum
=
await
page
.
callMethod
(
"
getLifeCycleNum
"
);
expect
(
lifeCycleNum
-
originLifeCycleNum
).
toBe
(
4
);
...
...
pages/webview-screenshot/webview-screenshot.test.js
浏览文件 @
cb7f78de
...
...
@@ -328,7 +328,7 @@ describe("shot-compare", () => {
...
screenshotParams
,
offsetY
:
`
${
isCustomNavigation
?
0
:
headerHeight
}
`
});
expect
(
webSnapshot
).
to
Match
ImageSnapshot
({
expect
(
webSnapshot
).
to
Save
ImageSnapshot
({
customSnapshotIdentifier
()
{
return
screenshotPath
;
},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录