From 6a37ac67ce8e54aff548f8a0ef4df3821fa7cba9 Mon Sep 17 00:00:00 2001 From: Jakub Mucha Date: Sat, 5 Dec 2020 18:59:57 +0100 Subject: [PATCH] chore: styling Signed-off-by: Jakub Mucha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc2b9399..d068296c6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## ⚡ Important -Synpress in conjunction with metamask doesn't work well with `"chromeWebSecurity": false`. More about it [here](https://github.com/Synthetixio/synpress/issues/17). +Synpress doesn't seem to communicate with metamask properly if `"chromeWebSecurity": false` flag is set. More about it [here](https://github.com/Synthetixio/synpress/issues/17). Tests work only in headed mode because extensions are not supported in headless mode in [puppeteer](https://github.com/puppeteer/puppeteer/issues/659) and [Cypress](https://docs.cypress.io/api/plugins/browser-launch-api.html#Add-browser-extensions). It's intended to be used in conjunction with `xvfb` on CI.