Skip to content

Commit

Permalink
Merge branch 'release/2021-01'
Browse files Browse the repository at this point in the history
  • Loading branch information
herflis committed Jan 25, 2021
2 parents 11551df + 691608f commit 439a656
Show file tree
Hide file tree
Showing 201 changed files with 7,220 additions and 4,778 deletions.
3 changes: 3 additions & 0 deletions apps/sensenet/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ stats.json
# Cypress related videos and screenshots
cypress/videos
cypress/screenshots

# Instrumented code for cypress code coverage
instrumented
3 changes: 3 additions & 0 deletions apps/sensenet/cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config

require('@cypress/code-coverage/task')(on, config)
return config
}
1 change: 1 addition & 0 deletions apps/sensenet/cypress/support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
// https://on.cypress.io/configuration
// ***********************************************************
import 'cypress-xpath'
import '@cypress/code-coverage/support'

import './commands'
Loading

0 comments on commit 439a656

Please sign in to comment.