vitejs/vite-ecosystem-ci

Vite Ecosystem CI

308

stars

500

commits

TypeScript

primary language

Sep 9, 2026

updated

Browse cluster: Vite and modern frontend build tooling

README

vite-ecosystem-ci

This repository is used to run integration tests for vite ecosystem projects

via github workflow

scheduled

Workflows are scheduled to run automatically every Monday, Wednesday and Friday

manually

  • open workflow
  • click 'Run workflow' button on top right of the list
  • select suite to run in dropdown
  • start workflow

via shell script

  • clone this repo
  • run pnpm i
  • run pnpm test to run all suites
  • or pnpm test <suitename> to select a suite

You can pass --tag v2.8.0-beta.1, --branch somebranch or --commit abcd1234 option to select a specific vite version to build. If you pass --release 2.7.13, vite build will be skipped and vite is fetched from the registry instead

The repositories are checked out into workspace subdirectory as shallow clones

via comment on PR

  • comment /ecosystem-ci run on a PR
  • or /ecosystem-ci run <suitename> to select a suite

Users with triage permission to vitejs/vite repository can only use this.

See docs/pr-comment-setup.md for how to setup this feature.

how to add a new integration test

  • check out the existing tests and add one yourself. Thanks to some utilities it is really easy
  • once you are confident the suite works, run pnpm workflow:generate

reporting results

Discord

Results are posted automatically to #ecosystem-ci on vite discord

on your own server

  • Go to Server settings > Integrations > Webhooks and click New Webhook
  • Give it a name, icon and a channel to post to
  • copy the webhook url
  • get in touch with admins of this repo so they can add the webhook

how to add a discord webhook here

  • Go to <github repo>/settings/secrets/actions and click on New repository secret
  • set Name as DISCORD_WEBHOOK_URL
  • paste the discord webhook url you copied from above into Value
  • Click Add secret

Contributors

(top 30 of 44)

dominikg

145 commits

renovate[bot]

118 commits

sapphi-red

90 commits

patak-cat

42 commits

vitejs/vite-ecosystem-ci

Vite Ecosystem CI

308

stars

500

commits

TypeScript

primary language

Sep 9, 2026

updated

Browse cluster: Vite and modern frontend build tooling

README

vite-ecosystem-ci

This repository is used to run integration tests for vite ecosystem projects

via github workflow

scheduled

Workflows are scheduled to run automatically every Monday, Wednesday and Friday

manually

  • open workflow
  • click 'Run workflow' button on top right of the list
  • select suite to run in dropdown
  • start workflow

via shell script

  • clone this repo
  • run pnpm i
  • run pnpm test to run all suites
  • or pnpm test <suitename> to select a suite

You can pass --tag v2.8.0-beta.1, --branch somebranch or --commit abcd1234 option to select a specific vite version to build. If you pass --release 2.7.13, vite build will be skipped and vite is fetched from the registry instead

The repositories are checked out into workspace subdirectory as shallow clones

via comment on PR

  • comment /ecosystem-ci run on a PR
  • or /ecosystem-ci run <suitename> to select a suite

Users with triage permission to vitejs/vite repository can only use this.

See docs/pr-comment-setup.md for how to setup this feature.

how to add a new integration test

  • check out the existing tests and add one yourself. Thanks to some utilities it is really easy
  • once you are confident the suite works, run pnpm workflow:generate

reporting results

Discord

Results are posted automatically to #ecosystem-ci on vite discord

on your own server

  • Go to Server settings > Integrations > Webhooks and click New Webhook
  • Give it a name, icon and a channel to post to
  • copy the webhook url
  • get in touch with admins of this repo so they can add the webhook

how to add a discord webhook here

  • Go to <github repo>/settings/secrets/actions and click on New repository secret
  • set Name as DISCORD_WEBHOOK_URL
  • paste the discord webhook url you copied from above into Value
  • Click Add secret

Contributors

(top 30 of 44)

dominikg

145 commits

renovate[bot]

118 commits

sapphi-red

90 commits

patak-cat

42 commits

Languages

TypeScript

100.0%