From 232b63ba9cf1c7e5126839f7e1df034e375114d6 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 20:43:08 -0800 Subject: Prune dead E2E testing scripts and targets --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README.md') 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**: -- cgit v1.2.3