assay-engine 0.5.4

Standalone workflow + auth + dashboard HTTP server on PostgreSQL 18 + SQLite. Embeddable as a library, or run as a binary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "assay-engine-e2e",
  "private": true,
  "version": "0.0.0",
  "description": "End-to-end browser tests for the assay-engine console + auth console + cross-console nav strip. Run with `npm install && npx playwright install chromium && npx playwright test` from this directory after starting an engine with the fixture config.",
  "scripts": {
    "test": "playwright test",
    "test:headed": "playwright test --headed"
  },
  "devDependencies": {
    "@playwright/test": "^1.59.1",
    "@types/node": "^25.0.0"
  }
}