Confirmed users
14
edits
m (Fixed formatting of structure.) |
|||
| Line 31: | Line 31: | ||
== Test Plan == | |||
These tests will be useful when upgrading Phabricator to newer versions or when | These tests will be useful when upgrading Phabricator to newer versions or when | ||
adding new features to the integration to ensure everything works as expected. | adding new features to the integration to ensure everything works as expected. | ||
| Line 42: | Line 42: | ||
environment if that is what you need. | environment if that is what you need. | ||
=== | === Signing up is successful === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 63: | Line 63: | ||
is no way to create a new one for Phabricator to use. | is no way to create a new one for Phabricator to use. | ||
=== | === Creating a revision is successful === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 93: | Line 93: | ||
* Visiting the bug on bugzilla shows an x-phabricator-request attachment. | * Visiting the bug on bugzilla shows an x-phabricator-request attachment. | ||
=== | === Updating a revision is successful === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 107: | Line 107: | ||
=== | === Creating a secure revision is successful === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 126: | Line 126: | ||
* There is an x-phabricator-request attachment on the bug in Bugzilla. | * There is an x-phabricator-request attachment on the bug in Bugzilla. | ||
=== | === Creating a revision checks the bug id === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 142: | Line 142: | ||
* Entering a valid bug id is successful. | * Entering a valid bug id is successful. | ||
=== | === Creating multiple revisions with the same bug id is successful === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 155: | Line 155: | ||
* There are 2 corresponding x-phabricator-request attachments on the bug in bugzilla.- Entering no bug id fails. | * There are 2 corresponding x-phabricator-request attachments on the bug in bugzilla.- Entering no bug id fails. | ||
=== | === Requesting a reviewer on a revision is successful === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 170: | Line 170: | ||
=== | === BROKEN] [Review Status is propogated to Bugzilla === | ||
This test depends on unfinished changes to BMO. | This test depends on unfinished changes to BMO. | ||