overlay.feature 766 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Testing overlay

Feature: overlay

    Scenario Outline: overlay
        When I launch videostitch-cmd with overlay/<ptvfile>.ptv and "-d 0 -f 0 -l <lastFrame>"
        Then I expect the command to succeed
        When I compare overlay/<ptvfile>-out-<lastFrame>.png with overlay/<ptvfile>-rf.png
        Then I expect the comparison error to be less than 0.02

        Examples:
           | ptvfile                           | lastFrame    |
           | overlay-1-logo                    |  0           |
           | overlay-1-logo-alpha              |  5           |
           | overlay-1-logo-6dof               |  5           |
           | overlay-1-logo-global-orientation |  5           |
           | overlay-2-logos                   |  5           |