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
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.