diff --git a/templates/cypress/plugins/index.ts b/templates/cypress/plugins/index.ts index b20b9aa..83c502e 100644 --- a/templates/cypress/plugins/index.ts +++ b/templates/cypress/plugins/index.ts @@ -3,6 +3,7 @@ import installLogsPrinter from 'cypress-terminal-report/src/installLogsPrinter' export default (on, config) => { config = require('@optimumqa/cypress-setup-utilities')(on, config) + require('@optimumqa/cypress-store')(on, config) installLogsPrinter(on, { printLogsToConsole: 'always', diff --git a/templates/package.json b/templates/package.json index 55fb8a1..14c8ddf 100644 --- a/templates/package.json +++ b/templates/package.json @@ -13,7 +13,8 @@ "dependencies": { "@cypress-audit/lighthouse": "1.3.1", "@faker-js/faker": "7.6.0", - "@optimumqa/cypress-setup-utilities": "1.4.1", + "@optimumqa/cypress-setup-utilities": "1.5.0", + "@optimumqa/cypress-store": "1.0.2", "cypress": "10.10.0", "cypress-if": "1.9.2", "cypress-iframe": "1.0.1",