polymer - Specify browser location for wct-local test -


the polymer starter kit contains web-component-tester unit testing custom elements. in wct.conf.json can specify browsers run tests in.

{   "suites": ["app/test"],   "plugins": {     "local": {     "browsers": ["firefox"]   } } 

unfortunately, when launch tests through gulp, wct not able find local firefox. read @ github wct uses launchpad detect local browsers. afaik, on windows machine, launchpad searches firefox in default directory "c:\program files\mozilla firefox". installed firefox in different directory.

is there way configure path firefox dir in wct.conf.json?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -