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
Succeed with Automated Testing and TDD
For macOS
Linux
For Windows
See this SO post