Skip to content
POWR Help Center home
InboxAsk a human

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

  1. Go to https://localhost:3000/admin/wix_dev_controls
  2. Choose the app you want to test from the dropdown
  3. Go to dev.wix.com and sign in with powrhelpsocial@gmail.com (login credentials in LastPass)
  4. Select My Apps and look for Localhost Dev
  5. Click Test App > In Editor
  6. It should let you select a page where you can then add the local app and test it.

Weebly

  1. Open the file localdemo/weebly.html
  2. Change the hardcoded app ID to the ID of the app you'd like to test.
  3. Save the file.
  4. Go to https://localhost:3000/localdemo/weebly and test your app!

Wordpress

Coming soon