Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
--- /dev/null
+Configurable install path
+^^^^^^^^^^^^^^^^^^^^^^^^^
+Web client automated tests now use the install path that was specified when
+building Evergreen. Previously, the tests would fail to run if Evergreen
+Javascript libraries were not installed in `/openils/lib`.
+
+To support this change, it is now necessary to run `./configure` and `make`
+before running the web client automated tests. Evergreen's installation
+instructions have been updated accordingly.