ChainSafe / dappeteer

[DEPRECATED]🏌🏼‍E2E testing for dApps using Puppeteer + MetaMask
Other
490 stars 152 forks source link

Puppeteer always launch on background #310

Closed imacrosid closed 1 year ago

imacrosid commented 1 year ago

Describe the problem I don't understand why puppeteer always running on background?

System:

image

BeroBurny commented 1 year ago

Hey, can you please provide the setup config?

imacrosid commented 1 year ago

Hey, can you please provide the setup config?

image

BeroBurny commented 1 year ago

you should keep the heddles option in the root of the setup object like in the case of following usage setup from readme you can run like this

const { metaMask, browser } = await dappeteer.bootstrap({ headless: false });

btw it is better to use quoting code that screenshot reference -> https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code

imacrosid commented 1 year ago

It's done, thanks for help.