aboutsummaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-18 08:42:40 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-18 08:42:40 -0800
commit4e1d5662353c3d54d3edb9cfe07893bcc56e331b (patch)
tree37bd3f94c3bb4d8926d722ec73b628b363dde961 /DOCS
parenta0283fa22a64f18b16ca8c57e54b1a521a4df07c (diff)
downloadneko-4e1d5662353c3d54d3edb9cfe07893bcc56e331b.tar.gz
neko-4e1d5662353c3d54d3edb9cfe07893bcc56e331b.tar.bz2
neko-4e1d5662353c3d54d3edb9cfe07893bcc56e331b.zip
update documentation with prerequisites and local dev setup
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/testing.md10
1 files changed, 10 insertions, 0 deletions
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: