Add --crumbs option to delete cookies between tests
Add option to delete all cookies between tests that reuse sessions
- Usage: (from cmd):
--crumbs
--crumbs
is only needed when also using--reuse-session
, where the same browser session is reused between tests. When not using--reuse-session
, every test spins up a completely clean browser session where no cookies are set.