원클릭으로
arktrace-run-tests
Run arktrace tests — pipeline unit/integration tests and frontend Vitest tests. Use before committing or when CI fails.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run arktrace tests — pipeline unit/integration tests and frontend Vitest tests. Use before committing or when CI fails.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deploy arktrace to Cloudflare Pages and configure R2, CI, and environment variables. Use when setting up a new deployment or updating production configuration.
Download the arktrace demo dataset from R2 for local development. Use when you need sample data without running the full pipeline.
Configure the LLM provider for arktrace (OpenAI, local Ollama, or llama.cpp). Use when setting up a new environment or switching LLM providers.
Run the arktrace analyst dashboard locally. Use when developing the React frontend or verifying UI changes.
Run the arktrace shadow fleet screening pipeline for a region. Use when scoring vessels, refreshing the watchlist, or running the full pipeline end-to-end.
| name | arktrace-run-tests |
| description | Run arktrace tests — pipeline unit/integration tests and frontend Vitest tests. Use before committing or when CI fails. |
| license | Apache-2.0 |
| compatibility | Requires uv, Node.js, npm |
| metadata | {"repo":"arktrace"} |
uv run pytest tests/
# Unit tests (Vitest)
cd app && npm test
# Static analysis
cd app && npx eslint src/
bash scripts/run_operations_shell.sh
Covers Full Screening, Review-Feedback Evaluation, Historical Backtesting, and Demo/Smoke.