I'm trying to configure wct to run with Saucelabs, but my tests seem to 
only run locally.  Is there any further documentation or examples beyond 
the readme file on github related to saucelabs setup? my wct.conf.js file 
looks like (with username/access key removed):

module.exports = {
    verbose: true,
    testTimeout: 30 * 1000,
    suites: [
        'flux-*/*.test.html'
    ],
    plugins: {
        sauce: {
            "username": ***my user name***,
            "access-key": ***my access key***,
            "browser": "chrome",
            "browser-version": "39"
        }
    },

    root: 'client/components',
};

Thanks!
Jen

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/44ff93a0-abe1-4390-8616-ff95d6e65ed7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to