Cypress_TS/CY_Auta_TS/automaty/cypress/support/index.js

7 lines
163 B
JavaScript
Raw Normal View History

2023-08-15 16:35:50 +00:00
// cypress/support/index.js
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot');
require('@cypress/xpath');
addMatchImageSnapshotPlugin();