redoc/e2e/plugins/support.js

7 lines
194 B
JavaScript
Raw Normal View History

import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
addMatchImageSnapshotCommand({
customSnapshotsDir: 'e2e/snapshots',
// disableTimersAndAnimations: false,
});