blob: 6444ff9449331603effe15a4d7056080b984e5ee [file] [view] [edit]
# Tast documentation (go/tast-docs)
## First steps
* [Quickstart](quickstart.md)
* [Codelab #1](codelab_1.md) shows how to write a short Tast test.
* [Codelab #2](codelab_2.md) teaches advanced topics for writing Tast tests.
* [Codelab #3](codelab_3.md) demonstrates the usage of the UI Automation package.
* [Codelab #4](codelab_4.md) walks you through the creation of a remote test.
* [Using Image-based UI Detection](using_uidetection.md) demonstrates the
usage of the image-based UI detection package.
* [Testing IWA](iwa_testing.md) explains how to install and interact with Isolated Web Application in test.
* [How-To](howto.md)
* [Getting Help](getting_help.md)
## Tast tests
* [Running Tests](running_tests.md)
* [Debugging Tests (with a debugger)](debugger.md)
* [Writing Tests](writing_tests.md)
* [Getting Code Reviews](code_reviews.md)
* [Code Review Comments](code_review_comments.md)
## References
* [Test Attributes](test_attributes.md)
* [Test Dependencies](test_dependencies.md)
* GoDoc:
[tast](https://godoc.org/chromium.googlesource.com/chromiumos/platform/tast.git/src),
[tast-tests](https://godoc.org/chromium.googlesource.com/chromiumos/platform/tast-tests.git/src)
## Tast framework
* [Overview](overview.md)
* [Architecture Guide](ARCHITECTURE.md)
* [Design Principles](design_principles.md)
* [Modifying Tast](modifying_tast.md)
* [Test Validation](test_validation.md)
## Integration with ChromeOS infrastructure (for Googlers)
* [Adding new tests to ChromeOS infra](http://go/tast-add-test)
* [Tast Infra Integration](http://go/tast-infra)
* [Investigating Tast Test Failures](http://go/tast-failures)