Cypress_TS/CY_Auta_TS/automaty/cypress/support/index.js
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00

7 lines
163 B
JavaScript

// cypress/support/index.js
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot');
require('@cypress/xpath');
addMatchImageSnapshotPlugin();