Skip to content

Commit

Permalink
Merge pull request #5223 from marmelab/upgrade-cypress
Browse files Browse the repository at this point in the history
Fix Firefox support in end-to-end tests
  • Loading branch information
fzaninotto authored Sep 2, 2020
2 parents 982ffbf + f852949 commit defb627
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 308 deletions.
6 changes: 4 additions & 2 deletions cypress/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"videosFolder": "videos",
"viewportWidth": 1280,
"viewportHeight": 720,
"blacklistHosts": ["source.unsplash.com"]
}
"blockHosts": [
"source.unsplash.com"
]
}
8 changes: 4 additions & 4 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "node ./start.js"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.0.0",
"cypress": "^4.3.0",
"cypress-skip-and-only-ui": "^1.2.6"
"@cypress/webpack-preprocessor": "^5.4.5",
"cypress": "^5.1.0",
"cypress-skip-and-only-ui": "^1.2.7"
}
}
}
Loading

0 comments on commit defb627

Please sign in to comment.