Skip frontend e2e tests in Codex environment #100

Merged
joelyoder merged 1 commit from codex/ignore-playwright-tests-in-codex into main 2025-09-12 17:46:44 -04:00
joelyoder commented 2025-09-12 17:46:06 -04:00 (Migrated from github.com)

Summary

  • skip Playwright e2e tests when CODEX env variable is set

Testing

  • npm --prefix frontend test
  • CODEX=true npm --prefix frontend run test:e2e (fails: crypto.hash is not a function)
  • go test ./...

https://chatgpt.com/codex/tasks/task_e_68c3ad42f27083328e190ffd4c6060d8

## Summary - skip Playwright e2e tests when `CODEX` env variable is set ## Testing - `npm --prefix frontend test` - `CODEX=true npm --prefix frontend run test:e2e` *(fails: crypto.hash is not a function)* - `go test ./...` ------ https://chatgpt.com/codex/tasks/task_e_68c3ad42f27083328e190ffd4c6060d8
Sign in to join this conversation.
No description provided.