github.com/nya3jp/tast@v0.0.0-20230601000426-85c8e4d83a9b/README.md (about)

     1  # Tast (go/tast)
     2  
     3  ![Tast logo with Go gopher with green rubber 'PASS' stamp](docs/logo_512.png)
     4  
     5  Tast is an integration-testing system for ChromeOS. Its focus is on
     6  maintainability, speed, and ease of interpreting and reproducing test results.
     7  It supports building, deploying, and running tests. It doesn't implement other
     8  functionality like managing labs of devices used for testing, scheduling tests,
     9  or storing test results.
    10  
    11  For more information, see the [list of documentation](docs/README.md).
    12  
    13  ## Directory structure
    14  
    15  This repository is organized in accordance with the [Go in ChromiumOS]
    16  suggestions.
    17  
    18  *   [`src/chromiumos/`](src/chromiumos/)
    19      *   [`cmd/local_test_runner/`](src/go.chromium.org/tast/core/cmd/local_test_runner) -
    20          `main` package for the `local_test_runner` executable used to execute
    21          local test bundles on-device.
    22      *   [`cmd/remote_test_runner/`](src/go.chromium.org/tast/core/cmd/remote_test_runner) -
    23          `main` package for the `remote_test_runner` executable used to execute
    24          remote test bundles on the host system.
    25      *   [`cmd/tast/`](src/go.chromium.org/tast/core/cmd/tast/) - `main` package for the `tast`
    26          executable used to build and run tests.
    27          *   `...` - Packages used only by the `tast` executable.
    28      *   [`tast/...`](src/go.chromium.org/tast/core/) - Common packages shared by multiple
    29          executables.
    30  
    31  Tests are located in the [tast-tests repository].
    32  
    33  [Go in ChromiumOS]: http://www.chromium.org/chromium-os/developer-guide/go-in-chromium-os
    34  [tast-tests repository]: https://chromium.googlesource.com/chromiumos/platform/tast-tests/
    35  
    36  ## Notes about the logo
    37  
    38  The Go gopher concept and design was originally created by [Renee French] and is
    39  covered by the [Creative Commons Attribution 3.0 license]. The Tast logo above
    40  is also covered by the [Creative Commons Attribution 3.0 license].
    41  
    42  [Renee French]: https://reneefrench.blogspot.com/
    43  [Creative Commons Attribution 3.0 license]: https://creativecommons.org/licenses/by/3.0/