interledger / web-monetization-extension

An open-source browser extension that enables Web Monetization.
Apache License 2.0
77 stars 6 forks source link

refactor(tests/e2e): rename environment variables #652

Closed sidvishnoi closed 1 month ago

sidvishnoi commented 1 month ago
  1. Add TEST_WALLET_ prefix to test wallet related vars
  2. Add types for process.env
  3. Update location of .env file from tests/.env to tests/e2e/.env
github-actions[bot] commented 1 month ago

Extension builds preview

Name Link
Latest commit c438a3849f41ff25aa4080d964b96c790e32067c
Latest job logs Run #11271293173
BadgeDownload
BadgeDownload
sidvishnoi commented 1 month ago

What's the reasoning behind moving the .env file to tests/e2e?

We've all e2e tests in tests/e2e, and script imports from root of e2e only. Docs were outdated to reflect that.