forked from bromite/bromite
-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
Description
I decided to start making this browser into something more serious.
To date, there is no test in cromite that indicates what bug and regressions there are in each release, and more importantly, what the differences are compared to chromium, even from the point of view of security if not privacy.
That is why I have always thought that automatic tests should be introduced.
What I need is an automatic test platform.
this is the idea:
- find a way to drive cromite from the outside
- reactivate the build of chromium tests, to date broken by my patches
- find the official list of chromium/blink tests and check how cromite performs
- define a list of chromium tests to be maintained (e.g. sandbox tests)
- building specific tests for cromite
this is a project within a project, so it is hard to imagine that it will not last for years.
DeanLemans, YasserMohamed40, Wojtaz0w and bluperson101