| commit | e4181c447df0f430f54556d367fefdb799f35ad5 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Thu Jun 18 14:23:10 2015 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Thu Jun 18 14:23:10 2015 +0200 |
| tree | b0c023a34c132d52bb34d66ca24fce395d6fc67b | |
| parent | 692f8cf84e5149e3ce61412f07e0b8e9f46aa57b [diff] |
Amend Android scripting to allow remote execution. These changes allow scripts to work over ssh with appropriate port forwarding (with local device and remote host): - use predictable port number on the host when setting up local origin for mojo: urls - use fixed port when running apptests - change the default ports to avoid the ones used by system services on some ubiquitous VM setups R=etiennej@chromium.org Review URL: https://codereview.chromium.org/1189123002. Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 4890edece25d92d994e2f816f247c9b6d73a336a
Unopinionated tools for running, debugging and testing Mojo apps.
The repo consists of:
As devtools carry no assumptions about build system or file layout being used, the primary way of using devtools now is to embed the functionality provided by devtoolslib in a thin wrapper script. For examples, one can refer to mojo's shell runner and apptest runner.
The set of executable scripts is WIP. We currently offer:
git clone https://github.com/domokit/devtools.git
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.