Add VS Code extension CI tests and VSIX release publishing#182
Closed
Add VS Code extension CI tests and VSIX release publishing#182
Conversation
- Create separate CI workflow for extension tests using xvfb-run (path-filtered to packages/b2c-vs-extension/**) - Add tsconfig.test.json and pretest script to compile test files - Fix self-referencing step condition bug in ci.yml - Add typecheck to main CI for the extension (catches SDK breakage) - Add VSIX build, git tagging, and release upload to publish workflow
Collaborator
Author
|
Merged into #186 (unified VS Code extension improvements PR). |
11 tasks
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.
Summary
Fixed VScode testing in CI and adds publish workflow
ci-vs-extension.yml) for extension tests usingxvfb-run, path-filtered topackages/b2c-vs-extension/**tsconfig.test.jsonandpretestscript to compile test files toout/test/(main tsconfig excludessrc/test)steps.vs-extension-test→steps.cli-test); replaced lint-only step with typecheck + lintb2c-vs-extension@<version>), changelog in release notes, and.vsixupload to GitHub releasesTest plan
ci-vs-extension.ymltriggers only on extension path changes and runsxvfb-run -a pnpm run testpnpm --filter b2c-vs-extension run pretestproducesout/test/extension.test.js