Skip to content

Instantly share code, notes, and snippets.

@sgithens
Last active April 21, 2020 20:13
Show Gist options
  • Select an option

  • Save sgithens/136e58b028da638f9ca6ca980ae635c5 to your computer and use it in GitHub Desktop.

Select an option

Save sgithens/136e58b028da638f9ca6ca980ae635c5 to your computer and use it in GitHub Desktop.
Testing the full set of Captured Solutions in a vagrant VM

Capture Build Test

Running in bash on your host machine, assuming the usual dev dependencies, https://github.com/GPII/qi-development-environments/#requirements

git clone [email protected]:sgithens/gpii-app.git
cd gpii-app/
git checkout -b GPII-1908 origin/GPII-1908
vagrant up

In the Windows VM

Open a powershell window

V:\
npm run dev

Open the following URL in firefox in the vm: http://localhost:25984/_utils/#database/gpii/prefsSafe-alice Change the prefsSafeType from snapset to user. Save the CouchDB Record.

If you want to capture JAWS or Zoomtext settings, you'll need to install those. And you need to install the late 2019 editions.

Right click on Morphie Task Tray and open Capture Tool. Run the Capture.

Currently, you cannot save the following 2 solutions. I have a ticket/PR for them in progress:

  • Windows desktop background personalization The second one in the list that has: Desktop Background color
  • Underline Menu Shortcuts com.microsoft.windows.underlineMenuShortcuts

When you get to Page 4, type alice in the Morphic Key box and click Key-In. Click through and save the preferences to the Default Preferences Set.

After you're done, if there are no errors, you can then again load the prefset to see what was saved: http://localhost:25984/_utils/#database/gpii/prefsSafe-alice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment