macos

How to run multiple Chrome profiles for website testing

For many web developers is may be helpful to run multiple instances of Chrome to test multiple user types at the same time without having to constantly login and logout. Here are examples of how to do this by launching Chrome from the command line.

Ubuntu

chromium-browser --user-data-dir=/home/$USER/.config/chromium-profile-test

Mac OS X - Lion

Syndicate content