commit | 11cdb4f9392ed98ce11b901b665578c16156ee82 | [log] [tgz] |
---|---|---|
author | Brett Brotherton <bbrotherton@google.com> | Fri Oct 17 20:01:54 2025 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 17 22:27:48 2025 |
tree | d46d84e88d1720d72f35e0172d9843792ccb9955 | |
parent | d7bb92a31045ea8686942dda9ac64f2d801c70d4 [diff] |
PASIT: ignore screen recorder save errors this is non-critical error so log it and let test continue BUG=b:452666468 TEST=CQ Change-Id: Ifda36be149d2ed9b38dc58e85350fcba5604850d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/7054289 Commit-Queue: Brett Brotherton <bbrotherton@google.com> Tested-by: Brett Brotherton <bbrotherton@google.com> Tast-Review: Katherine Threlkeld <kathrelkeld@chromium.org> Reviewed-by: Svitlana Soltysyak <ssoltysyak@google.com> Auto-Submit: Brett Brotherton <bbrotherton@google.com>
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/go.chromium.org/tast-tests/cros/
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.