I want to load extension in my protractor test and do not want to point on my local computer for the .crx file.
I want to load a chrome extension with a .crx file . It works when i point to my local computer. But this will not work if i run my tests on a VM,
Here is what i am using :
'--load-extension=' +
'/Users/xxx/Library/Application Support/Google/Chrome/Default/Extensions/obaimkjjkigcd/1.0.2_1/'
Please assist.