Skip to content

Commit

Permalink
Merge branch 'master' into check-against-tr-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 23, 2020
2 parents 496f0ce + f995606 commit f754be5
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 115 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/examples/misc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ context('Misc', () => {
scale: false,
disableTimersAndAnimations: true,
screenshotOnRunFailure: true,
beforeScreenshot () { },
afterScreenshot () { },
onBeforeScreenshot () { },
onAfterScreenshot () { },
})
})
})
Expand Down
4 changes: 3 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
# https://github.com/cypress-io/netlify-plugin-cypress
package = "netlify-plugin-cypress"
# we don't need to run all tests, just a few sanity specs
inputs = { spec = 'cypress/integration/examples/w*.js', record = true }
[plugins.inputs]
record = true
spec = "cypress/integration/examples/w*.js"
Loading

0 comments on commit f754be5

Please sign in to comment.