提交 b51f67e5 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(variable): 规避 web-view 模式截图

上级 57c5bc5f
describe('css-variable', () => {
if (process.env.UNI_AUTOMATOR_APP_WEBVIEW) {
it('app 与 web 存在差异, webview 不进行截图', () => {
expect(1).toBe(1)
return
})
}
let page;
beforeAll(async () => {
page = await program.reLaunch('/pages/CSS/variable/variable');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册