Skip to content

Instantly share code, notes, and snippets.

@barayuda
Last active December 21, 2020 04:31
Show Gist options
  • Save barayuda/7482b6ce705b6676c50751402ea8aad0 to your computer and use it in GitHub Desktop.
Save barayuda/7482b6ce705b6676c50751402ea8aad0 to your computer and use it in GitHub Desktop.
E2E Testing
{
...,
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.10.5",
...,
},
"optionalDependencies": {
"macaca-cli": "^2.2.1",
"macaca-coverage": "^1.0.7",
"macaca-electron": "7",
"macaca-wd": "3"
},
...,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment