Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running Multiple Tests in Parallel

Generate Autostart HTML Page

From the UI Vision plugin, click on the gear icon in the top right corner and select the API tab on the Settings page.

Image Removed

Click the Generate Autostart HTML Page button. Save or move this file ui.vision.html to a working folder.

Using Chrome

Create Multiple Profiles


Click on your current profile in the top right corner of your browser and then click Add.

...

Assign the profile a name and click Done.


Launch Tests

To run multiple tests in parallel from Chrome:

  1. launch Chrome
  2. Select Profile
  3. Install UI Vision and give all access required
  4. Startup UI Vision and run macro
  5. Open a new browser window and change profile and repeat steps 3-4

To run from the command line:

On Mac:


From Command Line

Generate Autostart HTML Page

From the UI Vision plugin, click on the gear icon in the top right corner and select the API tab on the Settings page.

Image Added

Click the Generate Autostart HTML Page button. Save or move this file ui.vision.html to a working folder.


Run Command

On Mac:

Code Block
open -a "Google Chrome" --args --profile-directory="Default" "file:///Users/john/Desktop/ui.vision.html?macro=myMacro&direct=1&close=1&savelog=log1.txt"

open -a "Google Chrome" --args --profile-directory="Profile 1" "file:///Users/john/Desktop/ui.vision.html?macro=myMacro&direct=1&close=1&savelog=log1.txt"

open -a "Google Chrome" --args --profile-directory="Profile 2" "file:///Users/john/Desktop/ui.vision.html?macro=myMacro&direct=1&close=1&savelog=log1.txt"


References

...