2

I've developed a chrome extension and I would like to e2e test it in a pipeline. So I install Cypress. But then I saw the following code example

enter image description here

// NOTE: extensions cannot be loaded in headless Chrome

It states that it is not possible to load an extension in headless mode. Why is this the case, I assume that there is a good reason for this.

SOURCE

Jeanluca Scaljeri
  • 26,343
  • 56
  • 205
  • 333
  • 1
    This is a Chrome restriction, and not unique to Cypress. [More info in this SO post.](https://stackoverflow.com/a/62347398/11625850) – agoff Apr 04 '22 at 13:35

0 Answers0