TREX: An AI code reviewer that runs your code
greptile.com
TREX: An AI code reviewer that runs your code
1–10 of 14 posts
Re: TREX: An AI code reviewer that runs your code
#2Re: TREX: An AI code reviewer that runs your code
#3We've had agents go as far as interactively testing how our product responds in video calls by launching our full stack in a set of docker containers (app, api, db, queues, etc.), all inside a larger sandbox, populating test data, connecting the mock system to a real video call solution like Google meet, and injecting audio and video to test the response. End-to-end, like a real user flow.
It's not perfect yet, but if you are a skeptic on the ability for AI agents to productively modify a complex product, I'd highly encourage you to play with a setup like this before ossifying your conclusions.
Re: TREX: An AI code reviewer that runs your code
#4Re: TREX: An AI code reviewer that runs your code
#5How does this work when a projet have many external dependencies, like an S3 bucket, a secret manager, a third party API, etc?
Re: TREX: An AI code reviewer that runs your code
#6How does this work when a projet have many external dependencies, like an S3 bucket, a secret manager, a third party API, etc?
Re: TREX: An AI code reviewer that runs your code
#7Re: TREX: An AI code reviewer that runs your code
#8How does this work when a projet have many external dependencies, like an S3 bucket, a secret manager, a third party API, etc?
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.
Re: TREX: An AI code reviewer that runs your code
#9Re: TREX: An AI code reviewer that runs your code
#10Earlier quoted context omitted.
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.