使用可能なデバイス、エミュレーター、およびシミュレーターは「実行」ウィザードにリストされます。

この機能で利用できるテスト実行シナリオの一部を以下に示します。


<?xml version="1.0" encoding="UTF-8"?>
<inits name="smokesuite">
<group>
<tests>
<test path="/WebUIProj/Tests/amazonpixel.testsuite"/>
</tests>
<browsers>
<browser name="safari" id="Simulator:iPhone X"/>
<browser name="safari" id="iOS:DeviceIdSNo"/>
</browsers>
<locations>
<location host="127.0.0.1" />
</locations>
</group>
</inits>
<?xml version="1.0" encoding="UTF-8"?>
<inits name="smokesuite">
<group>
<tests>
<test path="/WebUIProj/Tests/amazonpixel.testsuite"/>
</tests>
<browsers>
<browser name="chrome" id="Emulator:Pixel_XL_API_28"/>
<browser name="chrome" id="Android:DeviceName"/>
</browsers>
<locations>
<location host="127.0.0.1" />
</locations>
</group>
</inits>