Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Testing

Philip Lamb edited this page Jun 15, 2020 · 10 revisions

Install the build

First, uninstall any existing build of Firefox Reality, and then Sideload the test build.

Scenarios to test

  1. Perform a voice search and click on a result
  2. Enter a URL from the keyboard, bookmark, and load from the bookmarks tab
  3. Load a streaming 360 video and ensure you can watch it all the way through
  4. Load and watch a 2D video and resize the window and ensure it continues playing and you can adjust the size
  5. Switching device from right to left handed
  6. Switch device to another language and ensure UI and voice search have switched

Crash reporting

  1. Enable by setting On in Settings > Crash Reporting
  2. Launch the URL in Firefox Reality: about:crashparent
    adb shell am start -a android.intent.action.VIEW  -n org.mozilla.vrbrowser/org.mozilla.vrbrowser.VRBrowserActivity -d "about:crashparent"
  3. Enter in the Terminal:
    adb logcat filter1:V | grep -i "GeckoCrashReporter: Successfully sent crash report"
  4. If works you should see a line, like so:
    11-28 16:42:37.531  6236  6257 I GeckoCrashReporter: Successfully sent crash report: bp-a0c6a437-e8e7-405e-b91e-1449f0181128

Test sites:

Immersive web:

General web

Media and graphics

Clone this wiki locally