Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement at least one fast feedback testing mechanism #216
Comments
|
Right now, we test for regressions by running the main Servo test suite (WPT) which has a lot of visual tests, however it probably does make sense to build a custom test suite for WR at some point in the near future. |
|
I to would like to add tests directly to webrender itself w/o having to run a full servo build. Could it possibly be tied in with #315 ? |
|
We've added reftest support to wrench now, and these are run on travis CI for each PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
As I introduced myself earlier, I'm trying to understand and contribute to webrender.
I think there must be a way to test the library for regressions while fixing bugs, adding new features etc.
Maybe there are ways to test but I couldn't find them with my current rust/cargo expertise.
Any ideas?