You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: E2E test improvements and SDK versions in README (#203)
* fix: E2E test improvements and SDK versions in README
- Fix Node.js test filters to use Category=HTTP (matches test attributes)
- Add missing AGENT_URL env var to Node.js workflows
- Add Node.js LangChain to README E2E status table
- Add SDK Versions section to README with auto-update markers
- Create Update-ReadmeVersions.ps1 script to extract versions
- Create update-readme-versions.yml workflow for automatic updates
- Add SDK versions note to orchestrator summary and PR comments
* docs: Group SDK versions by language in README
- Update Update-ReadmeVersions.ps1 to group Agent 365 SDK packages by language
- Microsoft Agents SDK packages remain in one section
- Microsoft Agent 365 SDK packages now split into Python, Node.js, and .NET subsections
`> 📦 **SDK Versions**: View the [workflow summary](${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}) for detailed SDK version information.`,
159
+
'',
156
160
`[View full test details](${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID})`
> Use the information in this README to contribute to this open-source project. To learn about using this SDK in your projects, refer to the [Microsoft Agent 365 Developer documentation](https://learn.microsoft.com/en-us/microsoft-agent-365/developer/).
0 commit comments