Sha256: 34cf9e46ad1dea96abb1f43e61166e46cea88c57c573542dafb3f622eea2395d
Contents?: true
Size: 873 Bytes
Versions: 6
Compression:
Stored size: 873 Bytes
Contents
Feature: Psycho Visitor Tracking In order to see how visitors are using my site As a site admin I want to see visitors and drill down into their behavior Background: Given an empty tracking database And I am a new visitor Scenario: See list of visitors Given I view "/" And I am a new visitor And I view "/" When I view "/admin/metry" Then I should see "Visitor 1" And I should see "Visitor 2" Scenario: View visitor detail Given I view "/" And I view "/subpage" And I am a new visitor And I view "/" When I view "/admin/metry" And I follow "Visitor 1" Then I should see "/" And I should see "/subpage" Scenario: Psycho visits should not be tracked Given I view "/admin/metry" And I view "/admin/metry" When I view "/admin/metry" Then I should not see "Visitor 1"
Version data entries
6 entries across 6 versions & 1 rubygems