Skip to content

Commit

Permalink
Merge pull request #231 from magento/ds_DSN-6667_redesign-pics
Browse files Browse the repository at this point in the history
DSN-6667: [devdocs] Redesign illustrationes in topic
  • Loading branch information
dshevtsov authored Aug 22, 2016
2 parents 353d978 + b3065dd commit 70bb11d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified common/images/mtf_features_common_dia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/images/mtf_features_parallel_multi_dia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified common/images/mtf_features_parallel_one_dia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions guides/v2.0/mtf/features/parallel_execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ A general mechanism is:

Comparatively to the common testing flow

![Common flow image]({{site.baseurl}}common/images/mtf_features_common_dia.png){:width="150px"}
![Common flow image]({{site.baseurl}}common/images/mtf_features_common_dia.png){:width="600px"}

you can run a test suite using parallel execution flow with one Magento instance

![Parallel execution flow with one instance image]({{site.baseurl}}common/images/mtf_features_parallel_one_dia.png){:width="400px"}
![Parallel execution flow with one instance image]({{site.baseurl}}common/images/mtf_features_parallel_one_dia.png)

or run a test suite using parallel execution flow with multiple Magento instances.

![Common flow and Parallel execution flow image]({{site.baseurl}}common/images/mtf_features_parallel_multi_dia.png){:width="400px"}
![Common flow and Parallel execution flow image]({{site.baseurl}}common/images/mtf_features_parallel_multi_dia.png)

## Setup parallel execution
## Set up parallel execution

To setup a parallel execution flow, add Magento instances to `<magento2>/dev/tests/functional/phpunit.xml` in the following format:
To set up a parallel execution flow, add Magento instances to `<magento2>/dev/tests/functional/phpunit.xml` in the following format:

{%highlight xml%}

Expand Down Expand Up @@ -86,7 +86,7 @@ The following example shows a setup configuration of the flow with one Magento i

### Parallel execution flow with multiple Magento instances

The following example shows the setup configuration of the flow with three Magento instances.
The following example shows a setup configuration of the flow with three Magento instances.

{% highlight xml %}

Expand Down

0 comments on commit 70bb11d

Please sign in to comment.