Added sitemap
This commit is contained in:
parent
c3bc4e604a
commit
346016b5c4
7 changed files with 78 additions and 1 deletions
14
cucumber/features/general.feature
Normal file
14
cucumber/features/general.feature
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Feature: This app should generate a correct sitemap, etc
|
||||
|
||||
@watch
|
||||
Scenario: I verify that a sitemap is generated correctly
|
||||
Given the page sitemap.xml
|
||||
Then I check that exist this list of pages in the sitemap
|
||||
| license | License |
|
||||
| terms | Terms of Service |
|
||||
| credits | Credits |
|
||||
| privacy | Privacy Policy |
|
||||
| fires | Active Fires |
|
||||
| login | Login |
|
||||
| signup | Signup |
|
||||
# And should be spiderables
|
||||
Loading…
Add table
Add a link
Reference in a new issue