Installation
This page follows the setup model documented in appraisejs-core.
Prerequisites
Section titled “Prerequisites”- Node.js 18+
- npm
Installation options
Section titled “Installation options”Option 1: Scaffold a new project (recommended)
Section titled “Option 1: Scaffold a new project (recommended)”npx create-appraisejscd <your-project-name>npm run setupnpm run devOpen http://localhost:3000 after startup.
See the CLI in action
Section titled “See the CLI in action”See the create-appraisejs CLI in action: scaffolding a new project, running setup, and setup browsers.
Option 2: Clone appraisejs-core
Section titled “Option 2: Clone appraisejs-core”git clone https://github.com/jamil2018/appraisejs-core.gitcd appraisejs-corenpm run setupnpm run devCommon scripts
Section titled “Common scripts”npm run devnpm run buildnpm run lintnpm run test
First-run checklist
Section titled “First-run checklist”- Create an environment.
- Create a module.
- Create locators from
Locators -> Createusing 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.