Created
November 6, 2017 20:07
-
-
Save hyperh/3e76c87d0c233e2c02c432a8c627a92c to your computer and use it in GitHub Desktop.
This file contains 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": "appiumPythonAwsTutorial", | |
"version": "0.0.1", | |
"private": true, | |
"scripts": { | |
"start": "node node_modules/react-native/local-cli/cli.js start", | |
"test": "source venv/bin/activate && LOCATION='local' py.test && deactivate", | |
"appium": "appium", | |
"appium-doctor": "appium-doctor" | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment