chore(deps): update dependency cypress to v6 (#4656)
This commit is contained in:
@ -176,12 +176,5 @@ module.exports = async (on, config) => {
|
||||
},
|
||||
});
|
||||
|
||||
on('before:browser:launch', (browser = {}, launchOptions) => {
|
||||
if (browser.name === 'chrome') {
|
||||
launchOptions.args.push('--disable-dev-shm-usage');
|
||||
return launchOptions;
|
||||
}
|
||||
});
|
||||
|
||||
addMatchImageSnapshotPlugin(on, config);
|
||||
};
|
||||
|
Reference in New Issue
Block a user