Phabricator/TestPlan
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. Clone the repo(s) you plan to test on:
- Staging: https://hg.mozilla.org/automation/phabricator-qa-stage/
- Dev: https://hg.mozilla.org/automation/phabricator-qa-dev/
3. In the local repository checkout, 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.
4. Test away! You can create branches within your local repository checkout, add commits, and send them to Phabricator via `arc diff HEAD^`.
This should be all you need to get going with arc and our staging and dev servers!
Test Plan
Coming soon.
Please contact a developer within the #conduit IRC channel with further questions.