Skip to content

Commit

Permalink
webkit testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
JRJurman committed Aug 24, 2024
1 parent 2794c3f commit ccc65f1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Dependency Directory
node_modules

# cypress artifacts
cypress

# minified output
*.min.js
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = defineConfig({
specPattern: '**.cy.js',
supportFile: false,
includeShadowDom: true,
experimentalWebKitSupport: true,
},
});
29 changes: 29 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"license": "MIT",
"devDependencies": {
"cypress": "^13.10.0",
"playwright-webkit": "^1.46.1",
"prettier": "^3.2.4",
"serve": "^14.2.1",
"uglify-js": "^3.17.4"
Expand Down

0 comments on commit ccc65f1

Please sign in to comment.