Feature: Pagination Labels Scenario: If I have pagination labels, they should reflect the page number and total Given I have a "source/index.html" file with the body: """

Page 1 of 1

""" When I run Pagebreak Then I should see '

Page 1 of 2

' in "output/index.html" And I should see '

Page 2 of 2

' in "output/page/2/index.html"