File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- To run a parallel test, run command ` dotnet run parallel `
16
16
- To run sessions on emulated devices,
17
17
` dotnet run iphonetest ` or ` dotnet run pixeltest `
18
- You can specify any device name from thr below list:
18
+ You can specify any device name from thebelow list:
19
19
https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
20
20
- Run ` dotnet run sessiondetails ` to check how to get session details.
21
21
Original file line number Diff line number Diff line change 24
24
```
25
25
mvn -Dexec.mainClass="com.browserstack.PlaywrightPixelTest" -Dexec.classpathScope=test test-compile exec:java
26
26
```
27
- You can specify contextOptions() from thr below list:
27
+ You can specify contextOptions() from thebelow list:
28
28
https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
29
29
- Run ` mvn -Dexec.mainClass="com.browserstack.PlaywrightSessionDetailsTest" -Dexec.classpathScope=test test-compile exec:java ` to check how to get session details.
30
30
Original file line number Diff line number Diff line change 21
21
- To run parallel tests, run ` python parallel-playwright-test.py `
22
22
- To run sessions on emulated devices,
23
23
` python playwright-test-on-iphone.py ` or ` python playwright-test-on-pixel.py `
24
- You can specify any device name from thr below list:
24
+ You can specify any device name from thebelow list:
25
25
https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
26
26
- Run ` python session-details-playwright-test.py ` to check how to get session details.
27
27
You can’t perform that action at this time.
0 commit comments