# tast-tests **Repository Path**: mirrors_chromium_googlesource/tast-tests ## Basic Information - **Project Name**: tast-tests - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tast (tests) This repository contains integration tests that are run by [Tast]. ## Directory structure * [`helpers/`](helpers/) - Source code for binaries executed by tests. * [`local/`](helpers/local/) - Helpers for local tests that are compiled and installed to `/usr/local/libexec/tast/helpers/local/cros` by the `tast-local-helpers-cros` package. * [`src/go.chromium.org/tast-tests/cros/`](src/go.chromium.org/tast-tests/cros/) * [`local/`](src/go.chromium.org/tast-tests/cros/local/) - Code related to local (i.e. on-device or "client") tests. * [`bundles/`](src/go.chromium.org/tast-tests/cros/local/bundles/) - Local test bundles. * [`cros/`](src/go.chromium.org/tast-tests/cros/local/bundles/cros/) - The "cros" local test bundle, containing standard ChromeOS tests. Tests are packaged by category. * `...` - Packages used only by local tests. * [`remote/`](src/go.chromium.org/tast-tests/cros/remote/) - Code related to remote (i.e. off-device or "server") tests. * [`bundles/`](src/go.chromium.org/tast-tests/cros/remote/bundles/) - Remote test bundles. * [`cros/`](src/go.chromium.org/tast-tests/cros/remote/bundles/cros/) - The "cros" remote test bundle, containing standard ChromeOS tests. Tests are packaged by category. * `...` - Packages used only by remote tests. Shared code, the main `tast` executable, the `local_test_runner` and `remote_test_runner` executables responsible for running bundles, and documentation are located in the [tast] repository. [![GoDoc](https://godoc.org/chromium.googlesource.com/chromiumos/platform/tast-tests.git/src?status.svg)](https://godoc.org/chromium.googlesource.com/chromiumos/platform/tast-tests.git/src) [tast]: https://chromium.googlesource.com/chromiumos/platform/tast/