mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-11 14:50:14 +00:00
rename artifact names to openworker: desktop/server binaries, console scripts, npm package
The Python import namespace (coworker) and the live auth config strings are intentionally unchanged.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineConfig, devices } from "@playwright/test";
|
||||
|
||||
// LIVE smoke config — runs against the REAL backend (coworker-server on :8765) and a REAL model.
|
||||
// LIVE smoke config — runs against the REAL backend (openworker-server on :8765) and a REAL model.
|
||||
// Deliberately separate from playwright.config.ts (testDir ./e2e), so `npm run e2e` and CI never
|
||||
// pick these up. Run manually with `npm run e2e:live` when the backend is up and a model is set.
|
||||
// Nondeterministic and costs a few model tokens per run — a confidence smoke, not an assertion gate.
|
||||
|
||||
Reference in New Issue
Block a user