Phabricator/TestPlan

From MozillaWiki
< Phabricator
Revision as of 18:25, 30 October 2017 by Dwalsh (talk | contribs) (Created page with "== Getting Started == The following steps are required to get QA up and running for Phabricator testing on Mozilla's staging server. 1. Clone the following repositories to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Getting Started

The following steps are required to get QA up and running for Phabricator testing on Mozilla's staging server.

1. Clone the following repositories to the same directory on your machine:

2. Open your `~/.bash_profile` file and add the following:

   alias arc='/Users/youruser/path/to/arcanist/bin/arc'

Doing so will allow you to use the `arc` command from anywhere on your machine

3. In the local repository checkout you will test with, run:

   arc install-certificate 

Follow the instructions presented in the command line to associate your local machine with the phabricator instance via an API key.

This should be all you need to get going with arc and our staging server! Please contact a developer within the #conduit IRC channel with further questions.


Test Plan

Coming soon.