Skip to content

Phase 2: full Rust/WASM/Playwright testing + CI security gates#6

Merged
jbold merged 3 commits into
mainfrom
feat/testing-suite-phase2
Feb 8, 2026
Merged

Phase 2: full Rust/WASM/Playwright testing + CI security gates#6
jbold merged 3 commits into
mainfrom
feat/testing-suite-phase2

Conversation

@jbold
Copy link
Copy Markdown
Owner

@jbold jbold commented Feb 8, 2026

Summary

  • add layered test suite for backend, wasm UI, and browser E2E
  • add GitHub Actions test-suite workflow for PR/push checks
  • add dependency security checks via cargo-audit and cargo-deny
  • harden Claude workflows with concurrency and timeouts
  • raise Rust line coverage gate to 70%
  • add targeted tests for gateway HTTP routes and store behavior

Validation

  • ./scripts/test-all.sh
  • ./scripts/test-rust.sh (70.39% line coverage, gate 70%)
  • cargo test --workspace --all-targets
  • cargo audit --deny warnings
  • cargo deny check advisories bans sources

@jbold jbold merged commit dd97b30 into main Feb 8, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant