Skip to content

TestForge 1.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@rmlev rmlev released this 14 Aug 20:10
· 13 commits to main since this release

We are thrilled to announce the initial public beta release of TestForge — an extensible, modern component testing ecosystem designed for Vue 3 and Vue Test Utils.

📦 What's Included

This release introduces the foundational core package along with official integrations and a recommended preset:

  • @testforgejs/vue-test-core (v1.0.0-beta.0) — Core testing utilities, mount pipeline orchestration, and type helpers.
  • @testforgejs/vue-test-plugin-router (v1.0.0-beta.0) — Seamless Vue Router integration.
  • @testforgejs/vue-test-plugin-pinia (v1.0.0-beta.0) — State management testing with Pinia and @pinia/testing.
  • @testforgejs/vue-test-plugin-i18n (v1.0.0-beta.0) — Internationalization support for vue-i18n.
  • @testforgejs/vue-test-plugin-primevue (v1.0.0-beta.0) — PrimeVue component context integration.
  • @testforgejs/vue-test-plugin-vuetify (v1.0.0-beta.0) — Vuetify setup and theme provisioning.
  • @testforgejs/vue-test-preset-recommended (v1.0.0-beta.0) — Official recommended preset combining standard plugins.

🚀 Quick Start

Install the core and the recommended preset in your Vue 3 project using your preferred package manager.

pnpm

pnpm add -D @testforgejs/vue-test-core@beta @testforgejs/vue-test-preset-recommended@beta

npm

npm install -D @testforgejs/vue-test-core@beta @testforgejs/vue-test-preset-recommended@beta

Yarn

yarn add -D @testforgejs/vue-test-core@beta @testforgejs/vue-test-preset-recommended@beta

📚 Documentation

For guides, setup instructions, and examples, check out the TestForge Repository.