aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-17 20:43:08 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-17 20:43:08 -0800
commit232b63ba9cf1c7e5126839f7e1df034e375114d6 (patch)
tree6b8c26abb5343348a12bcff40ec85dcb960a606c /README.md
parentd7c1cc00abe7c8097625ee905a1285aa0794a598 (diff)
downloadneko-232b63ba9cf1c7e5126839f7e1df034e375114d6.tar.gz
neko-232b63ba9cf1c7e5126839f7e1df034e375114d6.tar.bz2
neko-232b63ba9cf1c7e5126839f7e1df034e375114d6.zip
Prune dead E2E testing scripts and targets
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7254923..6b36a05 100644
--- a/README.md
+++ b/README.md
@@ -307,11 +307,6 @@ The project underwent a significant modernization phase with the help of Google
# Development and Testing
-Utility scripts and test wrappers are located in the `scripts/` directory:
-- `scripts/clean_test_env.sh`: Resets the test database and kills stray processes.
-- `scripts/run_e2e_safe.sh`: A safe wrapper for running Playwright E2E tests.
-- `scripts/run_e2e.sh`: Standard E2E test runner.
-
## Development with Containers
If you don't have Go or Node installed locally, or prefer an isolated environment, you can use the provided `docker-compose.dev.yaml`.
@@ -323,7 +318,7 @@ If you don't have Go or Node installed locally, or prefer an isolated environmen
2. **Run tests inside the container**:
```bash
- docker compose -f docker-compose.dev.yaml exec neko-dev bash -c "go test ./... && cd frontend && npm install && npm test"
+ docker compose -f docker-compose.dev.yaml exec neko-dev bash -c "go test ./... && cd frontend-vanilla && npm install && npm test"
```
3. **Get an interactive shell**: