assay-workflow 0.4.0

Durable workflow engine with REST+SSE API on PostgreSQL 18 and SQLite backends. Embeddable library or standalone server (via assay-engine).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "assay-workflow-e2e",
  "private": true,
  "version": "0.0.0",
  "description": "End-to-end browser tests for the assay-workflow dashboard. Run with `npm install && npx playwright install chromium && npx playwright test` from this directory after starting the engine + a demo worker (see README in this folder).",
  "scripts": {
    "test": "playwright test",
    "test:headed": "playwright test --headed"
  },
  "devDependencies": {
    "@playwright/test": "^1.59.1",
    "@types/node": "^25.0.0"
  }
}