Y
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
hartator
7 days ago
In my experience, you still are left with these annoying parts. (Ie, figuring out how to give appropriate access to your agents)
link
muzzkhan
7 days ago
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.
link
kakugawa
7 days ago
Are the "clicks around the UI" converted into end-to-end tests eventually? e.g. via playwright.
link
dakshgupta
7 days ago
Not yet - but we want to do this. Similarly true for the ephemeral unit tests that greptile writes.
link