direct-adv-interfaces/mocha-headless-chrome

Add option to run test suite in incognito mode

dima117 opened this issue · 2 comments

#28

In incognito mode, Chrome doesn't write any user data to disk. This can lead to significant speedups with test suites that use features like IndexedDB.

Note that when incognito is enabled, this will open two windows (one incognito and one non-incognito). I couldn't figured out how to suppress this behavior. It should be harmless though.

I was fixed the promlem and publish new package v2.0.1.

Thanks! I am busy right now, but will test this when I get the time.