diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 3d223211f..9925cdf4f 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -23,6 +23,7 @@ // // -- This will overwrite an existing command -- // Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... }) +import '@percy/cypress' import '@testing-library/cypress/add-commands' import 'cypress-react-router/add-commands' diff --git a/package.json b/package.json index 7f7d7572e..b6366a8a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bldrs", - "version": "1.0.1185", + "version": "1.0.1186", "main": "src/index.jsx", "license": "AGPL-3.0", "homepage": "https://github.com/bldrs-ai/Share",