Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Chromium testing framework/tools #9

Closed
lukeweber opened this issue Aug 6, 2012 · 2 comments
Closed

Port Chromium testing framework/tools #9

lukeweber opened this issue Aug 6, 2012 · 2 comments

Comments

@lukeweber
Copy link
Owner

Chromium has a large smattering of automated tools for android testing. It looks a bit like a hack, because it partially is, but with gyp that we already have working we should be able to run tests against our libraries if we wanted to with a bit of experimenting and work. If you look at chromium and android specific code, you'll notice special bundles they have for creating shared objects that contain their tests. In addition they have a native test harness that runs in an apk. If anyone is interested ping me and I'll add more detail here about the specific gyp files that drive this as well as harnesses and the test runner which is written in python and runs your apk on a virtual machine.

@lukeweber
Copy link
Owner Author

@lukeweber
Copy link
Owner Author

Closed with unit test work done by dmonakhov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant