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

More ways of running the tests #4

Closed
hrj opened this issue Sep 25, 2015 · 1 comment
Closed

More ways of running the tests #4

hrj opened this issue Sep 25, 2015 · 1 comment

Comments

@hrj
Copy link
Member

hrj commented Sep 25, 2015

We are currently comparing the screenshot of the test with the screenshot of the reference. This assumes that the references are being rendered correctly.

However, there might be bugs in rendering the references itself. And these bugs might come and go as the browser evolves. To keep track of these, we need to store baseline screenshots. The reference screenshots can be then compared, between the current version of the browser and the baseline version of the browser.

I propose these commands:

  • prepare
  • capture : to capture screenshots
  • compare : to compare test with reference screenshots
  • compare-baseline <base-directory> : to compare reference screenshots between two browser versions
@hrj
Copy link
Member Author

hrj commented Oct 21, 2015

The comparisons are now being done through report.html, which is good enough for now.

@hrj hrj closed this as completed Oct 21, 2015
@hrj hrj modified the milestones: 1.1, 1.0 Oct 29, 2015
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