Releases: mackeh/ForgeFlow
Releases · mackeh/ForgeFlow
v1.0.15
v1.0.14
What's Changed
Full Changelog: v1.0.13...v1.0.14
v1.0.13
What's Changed
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
Full Changelog: v1.0.9...v1.0.10
v1.0.9
v1.0.8
Full Changelog: v1.0.7...v1.0.8
v1.0.7
E2E stabilization
- Fixed Playwright mining smoke test selector ambiguity (
MiningvsRefresh Mining) by using an exact-match locator. - Confirmed full CI success across:
- Server Test and Build
- Web Test and Build
- Web E2E Smoke
CI run reference:
v1.0.6
E2E smoke coverage
- Added Playwright smoke suite in
apps/web/e2e/smoke.spec.tsfor:- login
- workflow create + test run
- orchestrator queue + dispatch
- mining panel load
- Added API route mocking harness for deterministic browser tests (
apps/web/e2e/mockApi.ts). - Added Playwright config and scripts:
apps/web/playwright.config.tsnpm run test:e2e
CI updates
- Extended
.github/workflows/ci.ymlwithWeb E2E Smokejob. - CI now validates:
- server test+build
- web unit test+build
- web Playwright smoke tests
Notes
- Local environment in this session could list Playwright tests (
npx playwright test --list) but browser download was blocked, so full browser execution is delegated to CI.