/** * Cypress plugins file. * * @param {Object} on - Cypress events * @param {Object} config - Cypress config * @return {Object} - Modified config */ module.exports = (on, config) => { return config; };