Versions Compared

Key

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

...

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:

Code Block
Code Block
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -profile-directory=Default "file:///D:/test/ui.vision.html?macro=demotest&direct=1&close=1&savelog=log1.txt"

On Mac:

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

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

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

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


References

...