diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 15:44:02 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 15:44:02 -0800 |
| commit | 701e0e8e919d2929ecc98b555e468bd29bf606cf (patch) | |
| tree | e78856b8ffc83406499b34bb7fdf0892dd2ce6b4 /.agent/workflows/deploy-check.md | |
| parent | 17fd19c8f822ff84b1855d7729a3030ebf1f68ae (diff) | |
| download | neko-701e0e8e919d2929ecc98b555e468bd29bf606cf.tar.gz neko-701e0e8e919d2929ecc98b555e468bd29bf606cf.tar.bz2 neko-701e0e8e919d2929ecc98b555e468bd29bf606cf.zip | |
Cleanup root directory by moving scripts to scripts/ and fix CSRF cookie policy for dev env
Diffstat (limited to '.agent/workflows/deploy-check.md')
| -rw-r--r-- | .agent/workflows/deploy-check.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.agent/workflows/deploy-check.md b/.agent/workflows/deploy-check.md index 51ab1ae..c6a6907 100644 --- a/.agent/workflows/deploy-check.md +++ b/.agent/workflows/deploy-check.md @@ -6,7 +6,7 @@ Use this workflow to run tests with extra precautions, especially Playwright/E2E 1. **Pre-flight checks:** ```bash # Ensure clean environment - ./clean_test_env.sh + scripts/clean_test_env.sh # Check for stray processes ps aux | grep -E 'neko|playwright|chrome' ``` @@ -23,7 +23,7 @@ Use this workflow to run tests with extra precautions, especially Playwright/E2E 4. **E2E tests (Safe Wrapper):** Use the safe wrapper script which handles timeouts and automatic cleanup. ```bash - ./run_e2e_safe.sh + scripts/run_e2e_safe.sh ``` If E2E tests fail or hang: |
