- Create new Google App Engine application
- Create
app.yaml
by copyingapp.yaml.sample
- [Optional] Create
schema-custom.json
by copyingschema-custom.json.sample
if you want to define custom schema - Change application id appropriately
- Deploy and wait for index building (takes a few minutes)
- Edit
.config
page. See this example - Done
Install development dependencies:
pip install -r requirements.txt
Run tests:
python run_tests.py <APP_ENGINE_SDK_PATH> <TEST_PACKAGE_PATH>
Example:
python run_tests.py /usr/local/Cellar/google-app-engine/1.8.8/share/google-app-engine ./tests
Install development dependencies:
sudo npm -g install karma
sudo npm install
Run tests:
karma start