Created
March 17, 2025 07:34
-
-
Save SarahElson/b16739007b27f6e44719720e3df7157e to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "canvas-automation-cypress", | |
"version": "1.0.0", | |
"description": "ScrollIntoView Demo with Cypress", | |
"main": "index.js", | |
"scripts": { | |
"cypress:open": "cypress open", | |
"cypress:chrome": "cypress run --browser=chrome" | |
}, | |
"keywords": [ | |
"cypress", | |
"test", | |
"automation", | |
"web", | |
"automation", | |
"testing" | |
], | |
"author": "Himanshu Jagdish Sheth", | |
"license": "ISC", | |
"devDependencies": { | |
"cypress": "^13.3.3" | |
}, | |
"dependencies": { | |
"dotenv": "^16.4.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment