Skip to content

Dazzla/model-evaluation-web

Repository files navigation

Model Evaluation Web

Frontend for model-evaluation-core API.

Setup

  1. Install dependencies:
npm install
  1. Configure API base URL:
cp .env.example .env
  1. Start dev server:
npm run dev

Acceptance Tests (Cucumber)

Install Playwright browser once:

npx playwright install chromium

Run acceptance tests:

npm run test:acceptance

The acceptance suite uses Cucumber + Playwright and mocks API endpoints in step definitions so UI behavior is validated independently from backend uptime.

Unit Tests

Run unit tests (Vitest + React Testing Library):

npm run test:unit

API Expectations

  • POST /v1/runs
  • GET /v1/runs
  • GET /v1/runs/{run_id}
  • GET /v1/system-info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors