-
Notifications
You must be signed in to change notification settings - Fork 43
Migrate tests to Terraform for jetbrains, zed, and code-server #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…o terraform runner; no direct pushes to main
…CP settings, model/force) - Runs `cursor-agent` directly (no AgentAPI); interactive chat by default - Supports non-interactive prints (-p) with output-format, model (-m), force (-f) - Merges MCP settings into ~/.cursor/settings.json - Installs via npm (uses nvm if needed); terraform tests added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the tests are failing because its running the tests as the root user, and then expecting the log to be found in /home/coder @matifali
…fault, MCP settings, model/force)" This reverts commit 8ea853c.
@DevelopmentCats can you review again? I commited some wrong files from another branch. |
I figured that might have been the case but I didn't want to assume since you were making specific changes to multiple modules. |
@DevelopmentCats, I haven't deleted the existing bun tests yet. Want to ensure full coverage in the Terraform tests before we remove them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
terraform test
) alongside existing Bun testsTransition plan
Test plan
./scripts/terraform_test_all.sh
(passes locally)Affected paths
Contributes to #308