settings in the version 2.0.4 seem no works for what web
Describe the bug TestSettings in seems no works, i try to make a test in whatsapp but each time don't save the session
To Reproduce export const settings: TestSettings = { loopCount: 1, clearCache: false, disableCache: false, clearCookies: false, incognito: false, } step('visit', async (b) => { await b.visit('https://web.whatsapp.com/') })
Expected behavior conserve the session
Screenshots
Desktop (please complete the following information):
- OS: ubuntu 20:04
- Node.js version: 14.16.1
- Version v2.0.4
Additional context This use chromium, but each time that i make the test you need to put the code of phone, and appear that i stay in incognito, but i disable the incognito, then i don't know how can i make the test
Are you saying that you want the test to run 'Incognito=False' but test actually runs as 'Incognito=True'? If so, I am having the exact same problem where this setting is ignored. Issue below is similar but status is closed but there is no indication of a fix: https://github.com/microsoft/playwright/issues/2071