Right now have to set HEROKU_API_KEY and GUV_BROKER. This is annoying to do when developing, and the envvars are not set on forked repos, which makes PRs fail by default.
Tests that need to run without mocks (real integration/end2end test) should be skipped, with a warning message.
Right now have to set
HEROKU_API_KEYandGUV_BROKER. This is annoying to do when developing, and the envvars are not set on forked repos, which makes PRs fail by default.Tests that need to run without mocks (real integration/end2end test) should be skipped, with a warning message.