X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/921c13a95c2d13c94de74601e5bc26e5b0c71c31..e9025ef3cad5e1da15e29145ce637d7097971148:/apps/workbench/README.textile diff --git a/apps/workbench/README.textile b/apps/workbench/README.textile index ea01724b07..7991978592 100644 --- a/apps/workbench/README.textile +++ b/apps/workbench/README.textile @@ -6,7 +6,11 @@ h2. Running tests The Workbench application includes a series of integration tests. When you run these, it starts the API server in a test environment, with all of its fixtures loaded, then tests Workbench by starting that server and making requests against it. -In addition to bundled gems, running the integration tests requires "PhantomJS":http://phantomjs.org/download.html to test JavaScript elements. The simplest way to get started is to download one of the binary builds provided, and install the executable into one of the directories in your @$PATH@. +In order for this to work, you must have Firefox installed (or Iceweasel, if you're running Debian), as well as the X Virtual Frame Buffer driver. + +
+$ sudo apt-get install iceweasel xvfb
+
If you install the Workbench Bundle in deployment mode, you must also install the API server Bundle in deployment mode, and vice versa. If your Bundle installs have mismatched modes, the integration tests will fail with "Gem not found" errors.