Skip to content

Instantly share code, notes, and snippets.

@kermit-klein
Created July 30, 2020 15:31
Show Gist options
  • Save kermit-klein/e849614377664041ef29dccbb480d554 to your computer and use it in GitHub Desktop.
Save kermit-klein/e849614377664041ef29dccbb480d554 to your computer and use it in GitHub Desktop.
cypress_2
{
"name": "Rails_cypress",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"axios": "^0.19.2",
"cypress": "^4.11.0",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"cypress:open": "cypress open"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment