# test_analyzer **Repository Path**: mirrors_chromium_googlesource/test_analyzer ## Basic Information - **Project Name**: test_analyzer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Setup 1. Download service account service secret files: gsutil cp -r gs://chromiumos-test-analyzer.appspot.com/credentials ./test_analyzer/ It includes 2 json files, one for prod & one for staging instance. 2. Install pipenv to create virtual environment for local tests: sudo pip install pipenv 3. Try to run tests: For unittest: bin/run_unittests For integration test: bin/run_integration_tests