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
Post a Comment