rainbow icon indicating copy to clipboard operation
rainbow copied to clipboard

End-to-end configuration tests

Open lidel opened this issue 1 year ago • 1 comments

Rainbow needs end-to-end regression tests that build binary and confirm sensitive configuration is applied correctly:

  • [ ] confirm env RAINBOW_TRUSTLESS_GATEWAY_DOMAINS is applied correctly
  • [ ] confirm cli param --trustless-gateway-domains is applied correctly

We can't afford regression in trustless-only mode, but once we have end-to-end setup, we cna test more with it.

lidel avatar Feb 14 '24 23:02 lidel

I think the trick here is isolating all tests, or not running any E2E tests in parallel.

hacdias avatar Feb 15 '24 07:02 hacdias