Install Chrome extension

Why do you need the extension?

To run and record the tests, BugBug requires you to install a BugBug Chrome Extension and enable it in Incognito mode.

Why does the extension require incognito mode?

All your tests should be independent of each other. Every test should begin with a clean session, without any cookies, cache, localStorage, etc. To achieve this BugBug runs the tests in incognito mode. Every time you run the test, the previous incognito session is closed and a new incognito window opens, with a completely clean session.

Install the extension

Go to BugBug Extension on the Chrome Webstore and install it.

Enable the extension in incognito mode

  1. Go to extension settings by clicking the "Go to extension settings" button or use the link below

chrome://extensions/?id=oiedehaafceacbnnmindilfblafincjb

2. Scroll down, then enable the switch near "Allow in Incognito"

That's it! You're ready to run and record the tests now.

Last updated