-
Clone repo
git clone https://github.com/PoffM/ui-test-visualizer.git cd ui-test-visualizer -
Install dependencies
pnpm install
-
Start the development server
pnpm dev
Starts the tsup and Vite dev servers.
-
Launch the extension in VSCode
Go to the Run panel (
Ctrl+Shift+D) and choose one of the example projects to run.
The integration tests in compat.test.ts are run against the built extension, so you'll need to build the extension first.
pnpm build # Only needed for compat.test.tspnpm testpnpm test:e2eThis repo uses Changesets to manage versioning + changelogs + publishing.
To add a changeset (to update the CHANGELOG.md), run the following:
pnpm changesetFollow the prompts to describe the changeset.
Changesets' GitHub Action will automatically create a pull request with the changeset, update CHANGELOG.md, and publish the new version to VSCode Marketplace when the pull request is merged.