diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-17 20:43:08 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-17 20:43:08 -0800 |
| commit | 232b63ba9cf1c7e5126839f7e1df034e375114d6 (patch) | |
| tree | 6b8c26abb5343348a12bcff40ec85dcb960a606c /README.md | |
| parent | d7c1cc00abe7c8097625ee905a1285aa0794a598 (diff) | |
| download | neko-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.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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**: |
