Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Edge support #3465

Open Sanyusha opened 4 years ago

Sanyusha commented 4 years ago

Hi, Does wct support Edge browser? When I try to configure:

plugins: {
        local: {
            browsers:       ['chrome', 'edge'],
            browserOptions: {
                chrome: [
                    'headless',
                    'disable-gpu'
                ]
            }
        }
    }

I'm getting: "Error: The following browsers are unsupported: edge. (All supported browsers: aurora, canary, chrome, firefox, ie)"

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.