Skip to content

Installation

This page follows the setup model documented in appraisejs-core.

  • Node.js 18+
  • npm
Section titled “Option 1: Scaffold a new project (recommended)”
Terminal window
npx create-appraisejs
cd <your-project-name>
npm run setup
npm run dev

Open http://localhost:3000 after startup.

See the create-appraisejs CLI in action: scaffolding a new project, running setup, and setup browsers.

Terminal window
git clone https://github.com/jamil2018/appraisejs-core.git
cd appraisejs-core
npm run setup
npm run dev
  • npm run dev
  • npm run build
  • npm run lint
  • npm run test
  • Create an environment.
  • Create a module.
  • Create locators from Locators -> Create using either a saved environment or a direct URL.
  • Create a test suite and a test case.
  • Add case steps from template steps.
  • Create a test run and execute it.
  • Inspect reports and dashboard metrics.