Quick Start
1. Start AppraiseJS
Section titled “1. Start AppraiseJS”If using create-appraisejs
Section titled “If using create-appraisejs”npx create-appraisejscd <your-project-name>npm run devIf using appraisejs-core github clone
Section titled “If using appraisejs-core github clone”npm run setupnpm run dev2. Create baseline entities
Section titled “2. Create baseline entities”- Environment (
Local) - Module (
Login) - Create locators from
Locators -> Create - Let Appraise suggest an existing locator group or create a new one from the current route
- Test Suite (
Login flow) - Test Case (
User logs in with valid credentials)
3. Add flow steps
Section titled “3. Add flow steps”- Navigate to base URL or login route.
- Fill email.
- Fill password.
- Click submit.
- Assert success state.
4. Run and verify
Section titled “4. Run and verify”- Create test run.
- Select environment and tests.
- Submit and monitor status.
- Open reports for outcomes and failures.
If you later pull filesystem changes or edit automation artifacts outside the UI, open Settings -> Sync before running tests again.