tests: Default to Polly.js passthrough rather than record
Created by: chrismwendt
When running E2E tests locally, you often want HTTP requests to pass through Polly without being recorded or replayed. This changes the default to passthrough
while supporting record
and replay
via the POLLYJS_MODE
environment variable.