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 1515- To run a parallel test, run command ` dotnet run parallel `
1616- To run sessions on emulated devices,
1717` dotnet run iphonetest ` or ` dotnet run pixeltest `
18- You can specify any device name from thebelow list:
18+ You can specify any device name from the below list:
1919https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
2020- Run ` dotnet run sessiondetails ` to check how to get session details.
2121
Original file line number Diff line number Diff line change 2424 ```
2525 mvn -Dexec.mainClass="com.browserstack.PlaywrightPixelTest" -Dexec.classpathScope=test test-compile exec:java
2626 ```
27- You can specify contextOptions() from thebelow list:
27+ You can specify contextOptions() from the below list:
2828https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
2929- Run ` mvn -Dexec.mainClass="com.browserstack.PlaywrightSessionDetailsTest" -Dexec.classpathScope=test test-compile exec:java ` to check how to get session details.
3030
Original file line number Diff line number Diff line change 2121- To run parallel tests, run ` python parallel-playwright-test.py `
2222- To run sessions on emulated devices,
2323` python playwright-test-on-iphone.py ` or ` python playwright-test-on-pixel.py `
24- You can specify any device name from thebelow list:
24+ You can specify any device name from the below list:
2525https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
2626- Run ` python session-details-playwright-test.py ` to check how to get session details.
2727
You can’t perform that action at this time.
0 commit comments