|
1 | 1 | ---
|
2 |
| -title: "Components of a Grid" |
| 2 | +title: "グリッドのコンポーネント" |
3 | 3 | weight: 2
|
4 | 4 | ---
|
5 | 5 |
|
6 |
| -{{% notice info %}} |
7 |
| -<i class="fas fa-language"></i> ページは英語から日本語へ訳されています。 |
8 |
| -日本語は話せますか?プルリクエストをして翻訳を手伝ってください! |
9 |
| -{{% /notice %}} |
10 |
| - |
11 | 6 | 
|
12 | 7 |
|
13 |
| -## Hub |
14 |
| -* Intermediary and manager |
15 |
| -* Accepts requests to run tests |
16 |
| -* Takes instructions from client and executes them remotely on the nodes |
17 |
| -* Manages threads |
18 |
| - |
19 |
| -A _Hub_ is a central point where all your tests are sent. |
20 |
| -Each Selenium Grid consists of exactly one hub. The hub needs to be reachable |
21 |
| -from the respective clients (i.e. CI server, Developer machine etc.) |
22 |
| -The hub will connect one or more nodes |
23 |
| -that tests will be delegated to. |
| 8 | +## ハブ |
| 9 | +* 仲介者およびマネージャー |
| 10 | +* テストを実行する要求を受け入れます |
| 11 | +* クライアントから命令を受け取り、ノード上でリモートで実行します |
| 12 | +* スレッドを管理します |
24 | 13 |
|
25 |
| -## Nodes |
| 14 | +_ハブ_ は、すべてのテストが送信される中心点です。 |
| 15 | +各Selenium Gridは、ちょうど1つのハブで構成されます。 |
| 16 | +ハブは、それぞれのクライアント(CIサーバー、開発者マシンなど)から到達可能である必要があります。 |
| 17 | +ハブは、テストが委任される1つ以上のノードを接続します。 |
26 | 18 |
|
27 |
| -* Where the browsers live |
28 |
| -* Registers itself to the hub and communicates its capabilities |
29 |
| -* Receives requests from the hub and executes them |
| 19 | +## ノード |
30 | 20 |
|
31 |
| -_Nodes_ are different Selenium instances |
32 |
| -that will execute tests on individual computer systems. |
33 |
| -There can be many nodes in a grid. |
34 |
| -The machines which are nodes do not need to be the same platform |
35 |
| -or have the same browser selection as that of the hub or the other nodes. |
36 |
| -A node on Windows might have the capability of |
37 |
| -offering Internet Explorer as a browser option, |
38 |
| -whereas this wouldn't be possible on Linux or Mac. |
| 21 | +* ブラウザが存在する場所 |
| 22 | +* ハブに自分自身を登録し、その機能を伝えます |
| 23 | +* ハブからリクエストを受信して実行します |
39 | 24 |
|
| 25 | +_ノード_ は、個々のコンピューターシステムでテストを実行するさまざまなSeleniumインスタンスです。 |
| 26 | +グリッドには多くのノードが存在する場合があります。 |
| 27 | +ノードであるマシンは、ハブまたは他のノードと同じプラットフォームであったり、同じブラウザーを選定する必要はありません。 |
| 28 | +Windows上のノードは、Internet Explorerをブラウザーオプションとして提供する機能を備えている場合がありますが、これはLinuxまたはMacでは不可能です。 |
0 commit comments