Accessing patient experience in local dev - CDCgov/prime-simplereport GitHub Wiki

You can get to the patient experience section of the app in local dev by

  1. Have a database viewing utility like Postico set up.
  2. Create a result locally by starting/ending a test within the relevant screens in the app.
  3. Get the internal result id of the result you just created through the database
  4. Visit the URL http://localhost:3000/pxp/test-result?plid=INTERNAL-ID-HERE on your local machine and input the date of birth attached to the local user you created.