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

Implement at least one fast feedback testing mechanism #216

Closed
cengizIO opened this issue Mar 2, 2016 · 3 comments
Closed

Implement at least one fast feedback testing mechanism #216

cengizIO opened this issue Mar 2, 2016 · 3 comments

Comments

@cengizIO
Copy link

@cengizIO cengizIO commented Mar 2, 2016

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?

@glennw
Copy link
Member

@glennw glennw commented Mar 2, 2016

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.

@seanjensengrey
Copy link

@seanjensengrey seanjensengrey commented Jul 27, 2016

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 ?

@glennw
Copy link
Member

@glennw glennw commented Jan 19, 2017

We've added reftest support to wrench now, and these are run on travis CI for each PR.

@glennw glennw closed this Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.