提交 9373ac23 编写于 作者: DCloud-yinjiacheng's avatar DCloud-yinjiacheng

调整自动化测试截图存储路径

上级 96a09272
...@@ -6,13 +6,14 @@ const { ...@@ -6,13 +6,14 @@ const {
const hbuilderx_version = process.env.HX_Version const hbuilderx_version = process.env.HX_Version
const uniTestPlatformInfo = process.env.uniTestPlatformInfo ? process.env.uniTestPlatformInfo.replace(/\s/g,'_') : '' const uniTestPlatformInfo = process.env.uniTestPlatformInfo ? process.env.uniTestPlatformInfo.replace(/\s/g,'_') : ''
const folderName = `__image_snapshots__/${hbuilderx_version}/__${uniTestPlatformInfo}__` const folderName = `__image_snapshots__/${hbuilderx_version}/__${uniTestPlatformInfo}__`
const baseFolderName = `__image_snapshots__/base`
expect.extend({ expect.extend({
toMatchImageSnapshot: configureToMatchImageSnapshot({ toMatchImageSnapshot: configureToMatchImageSnapshot({
customSnapshotIdentifier(args) { customSnapshotIdentifier(args) {
return args.currentTestName.replace(/\//g, '-').replace(' ', '-'); return args.currentTestName.replace(/\//g, '-').replace(' ', '-');
}, },
customSnapshotsDir: path.join(__dirname, folderName), customSnapshotsDir: path.join(__dirname, baseFolderName),
customDiffDir: path.join(__dirname, `${folderName}/`, 'diff'), customDiffDir: path.join(__dirname, `${folderName}/`, 'diff'),
}), }),
}); });
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册