-
Notifications
You must be signed in to change notification settings - Fork 10
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
Develop tests!!! #230
Comments
I think that Testing in Chromium page would be a good starting point. According to it, not only they have unit tests, but also it would be possible to load pages in a test renderer (content_shell) and compare the rendered output or JavaScript output against an expected output file. All that from command line: |
yes, i know that approach, i also used it some time ago, but
instead, my idea is to leverage javascript using the api provided in chromium, which allows me to expose java and c++ objects. in this way i could also delegate the construction of the javascript infrastucture, because it would not be necessary to know either java or c++. but for now it's just an idea, I've never tested it, and definitely something is missing from my analysis |
Ever thought of using OpenSUSE's OpenQA for your tests? The SUSE and Fedora Guys use it to test every package of their (semi) rolling release distributions against dozen of tests (for every single package) before the iso is going to be backed. Maybe it is possible to use it for Android Development,too? Link here: |
A somewhat related thing: implement some kind of testing server with the help of which any user could test their current browser for specific privacy issues, especially those, which are fixed in cromite, to have an easy way to verify that those fixes function and not got broken at some point. |
It is outrageous that this browser does not have an automatic test, I am ashamed, but it does.
The text was updated successfully, but these errors were encountered: