Open
Description
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)"