create-appraise

Scaffold a new Appraise app in your directory


Keywords
appraise, testing, qa, cucumber, playwright, nextjs, scaffold, test-automation
License
Apache-2.0
Install
npm install create-appraise@0.1.4

Documentation

AppraiseJS

License npm Docs

Visual test management, orchestration, and execution for modern QA teams.

Content

About AppraiseJS

AppraiseJS is a local-first platform for creating, managing, and running automated tests with a visual workflow.

  • Visual-first authoring: build test scenarios without writing framework glue code.
  • No-code and production-ready: compose robust test flows through reusable building blocks.
  • Portable artifacts: generate standards-based assets such as Gherkin and Playwright-friendly outputs.
  • Fast onboarding: start quickly with sensible defaults and minimal setup overhead.
  • Shared workflow: QA, manual testers, and developers collaborate in one place.

Documentation

Project documentation has moved to appraisejs.dev.

  • Start here: https://appraisejs.dev/
  • All setup, guides, architecture details, and references now live on the docs site.

How to Use AppraiseJS

Requirements

  • Node.js 18+
  • npm

Getting Started

Create a new AppraiseJS project with the official CLI:

npx create-appraisejs

Then follow the setup instructions in the docs:

Install additional reusable template steps into an existing AppraiseJS project with:

npx appraisejs@latest add step <group-slug>/<step-slug>

How to Contribute

Discussions

License

AppraiseJS is licensed under Apache-2.0. See LICENSE.