Last active
December 21, 2020 04:31
-
-
Save barayuda/7482b6ce705b6676c50751402ea8aad0 to your computer and use it in GitHub Desktop.
E2E Testing
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
{ | |
..., | |
"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