For macOS
open -a Google\ Chrome -args -disable-web-security -user-data-dir
Linux
chromium-browser -disable-web-security -user-data-dir=”[some directory here]”
For Windows
chrome.exe -disable-web-security
See this SO post
Achieving Developer Excellence with Automated Testing
For macOS
Linux
For Windows
See this SO post