tast-tests: Add Conn.EvalPromise to local/chrome.

Add a new EvalPromise function to the chrome package's Conn
type that awaits and returns a promise's result.

BUG=none
TEST=used it in conjunction with a new test

Change-Id: I090553ff0f00c53167f30ad3a4c2af2ede23a91e
Reviewed-on: https://chromium-review.googlesource.com/719587
Commit-Ready: Dan Erat <derat@chromium.org>
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
1 file changed
tree: b4fd9b5918438c473f412e4f3af69785bfbef548
  1. src/
  2. README.md
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • src/chromiumos/tast/
    • local/ - main package for the local_tests executable containing “local” tests, i.e. ones that run on-device.
      • tests/ - Local tests, packaged by category.
      • ... - Packages used only by local tests.
    • remote/ - main package for the remote_tests executable containing “remote” tests, i.e. ones that run off-device.
      • tests/ - Remote tests, packaged by category.
      • ... - Packages used only by remote tests.

Shared code, the main tast executable, and documentation are located in the tast repository.

Package documentation is available at godoc.org.