Validation Labs

The local benchmark apps that ship with WSHawk v4 and why they matter for regression proof.

Validation Labs

WSHawk ships with local validation labs so the platform can be checked against known, repeatable flows.

Current Labs

  • full_stack_realtime_saas
  • socketio_saas
  • graphql_subscriptions_lab

What They Are For

The labs are useful for:

  • learning the project-backed workflow
  • checking replay, AuthZ diff, race, and evidence behaviors
  • validating refactors before release
  • giving contributors a target that behaves predictably

Run the Suite

./venv/bin/python validation/run_validation.py --list
./venv/bin/python validation/run_validation.py

Artifacts are runtime outputs and should not usually be committed back into source control.