A Demo project for MSFT
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
539 B

{
"name": "cypress-eaas",
"version": "1.0.0",
"description": "test cypress on eaas",
"main": "index.js",
"devDependencies": {
"cypress": "12.17.0",
"cypress-fail-on-console-error": "^4.0.3",
"cypress-multi-reporters": "^1.6.3",
"mocha-junit-reporter": "^2.2.0",
"cypress-terminal-report": "^5.3.3"
},
"scripts": {
"test": "cypress run --browser electron",
"test-chrome": "cypress run --browser chrome",
"test-firefox": "cypress run --browser firefox"
},
"author": "",
"license": "ISC"
}