firebug / pixel-perfect

Other
55 stars 15 forks source link

Pixel Perfect test coverage #34

Open janodvarko opened 9 years ago

janodvarko commented 9 years ago

We need tests to cover Pixel Perfect functionality:

  1. Add/Remove new layer
  2. Changing opacity/position/scale/lock
  3. Drag and drop

(should be implemented as three separate tests)

Honza

janodvarko commented 9 years ago

Tests for anonymous content are still missing

  1. Changing opacity/position/scale/lock/invert
  2. Drag and drop
  3. Page reload
  4. add/remove

Honza

janodvarko commented 9 years ago

The above list requires new API that allows the test to access the backend page (anonymous content).

Honza

janodvarko commented 9 years ago

Updated list of missing tests:

  1. Drag and drop
  2. Page reload
  3. add/remove (anonymous content, update existing tests)

Honza