项目文件夹

文件
2026-07-13 13:32:23 +08:00

12 行
238 B
JavaScript

// Copyright (C) 2021-2022 Intel Corporation
//
// SPDX-License-Identifier: MIT
Cypress.Commands.add(
'compareImages',
(imgBase, imgAfterChanges) => cy.task('compareImages', {
imgBase,
imgAfterChanges,
}),
);