Hacker News new | ask | show | jobs
by ygouzerh 7 days ago
How does this work when a projet have many external dependencies, like an S3 bucket, a secret manager, a third party API, etc?
2 comments

In my experience, you still are left with these annoying parts. (Ie, figuring out how to give appropriate access to your agents)
we're working on a way for you to expose creds safely into our sandbox. But for now, it's limited to mocks API calls, clicks around the UI, and unit tests.
Are the "clicks around the UI" converted into end-to-end tests eventually? e.g. via playwright.
Not yet - but we want to do this. Similarly true for the ephemeral unit tests that greptile writes.