Skip to content

Commit

Permalink
Add cypress-store plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fleks-dev committed Oct 15, 2022
1 parent 11c4754 commit 7a9cc7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/cypress/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a9cc7b

Please sign in to comment.