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

     1  # Tast documentation (go/tast-docs)
     2  
     3  ## First steps
     4  
     5  *   [Quickstart](quickstart.md)
     6  *   [Codelab #1](codelab_1.md) shows how to write a short Tast test.
     7  *   [Codelab #2](codelab_2.md) teaches advanced topics for writing Tast tests.
     8  *   [Codelab #3](codelab_3.md) demonstrates the usage of the UI Automation package.
     9  *   [Codelab #4](codelab_4.md) walks you through the creation of a remote test.
    10  *   [Using Image-based UI Detection](using_uidetection.md) demonstrates the
    11      usage of the image-based UI detection package.
    12  *   [How-To](howto.md)
    13  *   [Getting Help](getting_help.md)
    14  
    15  ## Tast tests
    16  
    17  *   [Running Tests](running_tests.md)
    18  *   [Debugging Tests (with a debugger)](debugger.md)
    19  *   [Writing Tests](writing_tests.md)
    20  *   [Getting Code Reviews](code_reviews.md)
    21  *   [Code Review Comments](code_review_comments.md)
    22  
    23  ## References
    24  
    25  *   [Test Attributes](test_attributes.md)
    26  *   [Test Dependencies](test_dependencies.md)
    27  *   GoDoc:
    28      [tast](https://godoc.org/chromium.googlesource.com/chromiumos/platform/tast.git/src),
    29      [tast-tests](https://godoc.org/chromium.googlesource.com/chromiumos/platform/tast-tests.git/src)
    30  
    31  ## Tast framework
    32  
    33  *   [Overview](overview.md)
    34  *   [Architecture Guide](ARCHITECTURE.md)
    35  *   [Design Principles](design_principles.md)
    36  *   [Modifying Tast](modifying_tast.md)
    37  *   [Test Validation](test_validation.md)
    38  
    39  ## Integration with ChromeOS infrastructure (for Googlers)
    40  
    41  *   [Adding new tests to ChromeOS infra](http://go/tast-add-test)
    42  *   [Tast Infra Integration](http://go/tast-infra)
    43  *   [Investigating Tast Test Failures](http://go/tast-failures)