Skip to content

Instantly share code, notes, and snippets.

@hyperh
Created November 6, 2017 20:07
Show Gist options
  • Save hyperh/3e76c87d0c233e2c02c432a8c627a92c to your computer and use it in GitHub Desktop.
Save hyperh/3e76c87d0c233e2c02c432a8c627a92c to your computer and use it in GitHub Desktop.
{
"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