7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
|
module.exports = {
|
||
|
launch: {
|
||
|
// Required for the logged out and logged in tests so they don't share app state/token.
|
||
|
browserContext: 'incognito',
|
||
|
},
|
||
|
};
|