Testing apps locally
Shopify
To test an install, take the callback url and add a shop parameter to the end of it, like:
https://localhost:3000/plugins/local-dev/shopify_authenticate?shop=powr-test.myshopify.com
https://www.powr-staging.io/plugins/staging-dev/shopify_authenticate?shop=powr-test.myshopify.com
To authenticate, log in at:
https://powr-test.myshopify.com/admin
Use the info@powr.io login that is saved in our shared LastPass for signing in.
Wix
- Go to https://localhost:3000/admin/wix_dev_controls
- Choose the app you want to test from the dropdown
- Go to dev.wix.com and sign in with powrhelpsocial@gmail.com (login credentials in LastPass)
- Select My Apps and look for Localhost Dev
- Click Test App > In Editor
- It should let you select a page where you can then add the local app and test it.
Weebly
- Open the file localdemo/weebly.html
- Change the hardcoded app ID to the ID of the app you'd like to test.
- Save the file.
- Go to https://localhost:3000/localdemo/weebly and test your app!
Wordpress
Coming soon