Skip to content

Add test suite and CI workflow#22

Merged
theinfosecguy merged 12 commits intomainfrom
feat/test-suite
Jan 28, 2026
Merged

Add test suite and CI workflow#22
theinfosecguy merged 12 commits intomainfrom
feat/test-suite

Conversation

@theinfosecguy
Copy link
Owner

@theinfosecguy theinfosecguy commented Jan 28, 2026

  • Add Vitest for testing framework
  • Add --skip-install CLI option for faster test execution
  • Add unit tests for all lib modules (57 tests total)
  • Add GitHub Actions CI workflow
  • Add vitest.config.js with coverage thresholds (70% statements/lines/functions, 60% branches)

Test Structure:

  • tests/unit/ - Unit tests for lib modules
  • tests/integration/ - CLI integration tests

CI Workflow:

  • Runs on push to main and PRs
  • Tests on Node.js 18, 20, 22

@theinfosecguy theinfosecguy merged commit 14001de into main Jan 28, 2026
5 checks passed
@theinfosecguy theinfosecguy deleted the feat/test-suite branch January 28, 2026 09:15
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