chore: update .env.example and documentation for new integration test variables#61
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates developer-facing documentation and test configuration to reflect additional integration-test environment variables and newly exposed on-prem/connected-system endpoints/tools.
Changes:
- Extend
README.mdendpoint list and MCP tool category list to include Connected Systems and On-Prem Agents. - Add
MAKE_TEAMandMAKE_APP_NAMEto.env.examplefor integration tests. - Exclude
*.tools.tsfiles from Jest coverage collection viacoveragePathIgnorePatterns.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Documents the new Connected Systems / On-Prem Agents endpoints and tool categories. |
| jest.config.ts | Adjusts Jest coverage collection to ignore *.tools.ts files. |
| AGENTS.md | Adds checklist reminders to keep README.md updated alongside endpoint additions. |
| .env.example | Adds new integration-test env vars (MAKE_TEAM, MAKE_APP_NAME). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -50,6 +50,7 @@ const make = new Make('your-api-key', 'eu2.make.com', { | |||
| - **Enums** - Standardized lists (countries, regions, timezones) | |||
| - **Blueprit** - Blueprint management | |||
Comment on lines
+16
to
+17
| # Existing SDK app name for SDK integration tests; if unset, a temporary app is created and deleted | ||
| MAKE_APP_NAME="" |
Comment on lines
+16
to
+17
| # Existing SDK app name for SDK integration tests; if unset, a temporary app is created and deleted | ||
| MAKE_APP_NAME="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… variables