From 4e1d5662353c3d54d3edb9cfe07893bcc56e331b Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Wed, 18 Feb 2026 08:42:40 -0800 Subject: update documentation with prerequisites and local dev setup --- DOCS/testing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'DOCS') diff --git a/DOCS/testing.md b/DOCS/testing.md index 40eb12f..4b45b3a 100644 --- a/DOCS/testing.md +++ b/DOCS/testing.md @@ -2,6 +2,16 @@ This document outlines the testing procedures for Neko, both locally and in Continuous Integration (CI). +## Prerequisites + +To run the full test suite locally, ensure you have the following installed: + +- **Go (1.24+)** +- **Node.js (20+) & npm** +- **Docker** +- **golangci-lint** + + ## Local Development Developers should run tests locally before pushing changes. The `Makefile` provides several targets for this purpose: -- cgit v1.2.3