[MM-39680] E2E Test for Deep Linking (#1843)
* [MM-39680] E2E Test for Deep Linking * Only for Win32
This commit is contained in:
@@ -66,10 +66,10 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
async getApp() {
|
||||
async getApp(args = []) {
|
||||
const options = {
|
||||
executablePath: electronBinaryPath,
|
||||
args: [`${path.join(sourceRootDir, 'dist')}`, `--data-dir=${userDataDir}`, '--disable-dev-mode'],
|
||||
args: [`${path.join(sourceRootDir, 'dist')}`, `--data-dir=${userDataDir}`, '--disable-dev-mode', ...args],
|
||||
};
|
||||
|
||||
// if (process.env.MM_DEBUG_SETTINGS) {
|
||||
|
Reference in New Issue
Block a user