Skip to content

All Deployed Versions

Kumar Damani edited this page Mar 20, 2019 · 2 revisions

Testing the WEB:

Deployed

Steps for deployed QA: (using db helpthehome_devel)

  1. Go to the url https://helpthehome-qa.herokuapp.com/map

Steps for deployed MASTER: (using db helpthehome)

  1. Go to the url https://helpthehome-prod.herokuapp.com/map

Manually

  1. checkout whatever branch you want to test, run npm install, then npm start.

Testing the MOBILE:

Deployed

Note the following steps are only working on Android at the moment, iOS must be done manually (see below)

Steps for deployed QA: (using db helpthehome_devel)

  1. Go to the url https://expo.io/@csc301dreamteam/helpthehome?release-channel=staging. (You may need to click the app name to get to the QR code page)
  2. Once your on the page with the QR code, double check that the url bar ends with string ?release-channel=staging. If not, then add it to the existing url string and hit enter.
  3. Now scan this QR code into the Expo Client, you should now be seeing changes from the latest qa branch.

Steps for deployed MASTER: (using db helpthehome)

  1. Go to the url https://expo.io/@csc301dreamteam/helpthehome?release-channel=prod. (You may need to click the app name to get to the QR code page)
  2. Once your on the page with the QR code, double check that the url bar ends with string ?release-channel=prod. If not, then add it to the existing url string and hit enter.
  3. Now scan this QR code into the Expo Client, you should now be seeing changes from the latest master branch.

Manually

  1. checkout whatever branch you want to test, run npm install, then npm start.