Security model
WrightTest is intended to run in a trusted environment controlled by your team. It is not designed to be exposed as a public anonymous SaaS without additional hardening.
- Require authentication for all application access.
- Do not expose admin or project pages to anonymous users.
- Run WrightTest behind HTTPS in production.
- Restrict access to trusted team members.
- Use strong secrets in
.env. - Keep the host, Docker images, and dependencies updated.