chore: merge feature into next

This commit is contained in:
lijianan
2025-10-28 18:26:11 +08:00
52 changed files with 849 additions and 481 deletions

View File

@@ -1,12 +1,13 @@
import fs from 'fs-extra';
import fg from 'fast-glob';
import path from 'path';
import { PNG } from 'pngjs';
// locked to v2.2.0
import {
getReportHtmlAfterPopulatingData,
getReportJsonWithTotalStats,
} from 'cypress-image-diff-html-report/dist/common/utils';
import fg from 'fast-glob';
import fs from 'fs-extra';
import { PNG } from 'pngjs';
import type { IBadCase } from './build';
const ROOT = path.resolve(__dirname, '../../');