| commit | 0ea8c9f186ddd41041bb144e299bfb9392a1178f | [log] [tgz] |
|---|---|---|
| author | Kazuki Takise <[email protected]> | Thu Oct 03 08:01:58 2019 |
| committer | Commit Bot <[email protected]> | Mon Jan 06 09:16:20 2020 |
| tree | e35ea79479c2b5302a52187269a44d0dc1feb37d | |
| parent | 1f75085d007987e2bbee0d752a8be73a83fe593f [diff] |
Add testPIPExpandViaMenuTouch and testPIPExpandViaShelfIcon This CL adds the sub-tests for two of the scenarios where PIP gets expanded. The remaining work is to add tests that expand PIP with alt-tab, but it probably requires a new autotest private API as we need to robustly distinguish short alt-tab and long alt-tab and injecting key events to achieve this can be flaky. BUG=b:142029367 TEST=tast -verbose run my_crbook arc.PIP Change-Id: I9edff3efae37a88f810ddd865a6b789bde2db9d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/1836302 Commit-Queue: Kazuki Takise <[email protected]> Tested-by: Kazuki Takise <[email protected]> Auto-Submit: Kazuki Takise <[email protected]> Reviewed-by: Shuhei Takahashi <[email protected]>
This repository contains integration tests that are run by Tast.
helpers/ - Source code for binaries executed by tests.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/chromiumos/tast/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.