Running tests on master branch on my machine:
$ source selenium_exports_for_vagrant.sh $ bundle exec cucumber ... Failing Scenarios: cucumber features/commonterms_api.feature:24 # Scenario: The aggressive recall profile will display results even if some words are missing cucumber features/did_you_mean_api.feature:100 # Scenario: When I use the laplace smoothing model with alpha value 0.000001 the suggestions are not complete cucumber features/go_browser.feature:9 # Scenario: When I near match more than one page but one is exact (case, modulo case, or converted to title case) I go to that page cucumber features/go_browser.feature:9 # Scenario: When I near match more than one page but one is exact (case, modulo case, or converted to title case) I go to that page cucumber features/prefer_recent_api.feature:18 # Scenario: You can specify prefer-recent: in such a way that being super recent isn't enough cucumber features/smoke.feature:23 # Scenario: Fill in search term and click search 579 scenarios (6 failed, 573 passed) 1842 steps (6 failed, 1836 passed) 10m44.793s
Running tests for commit 257928 on my machine:
$ bundle exec cucumber ... Failing Scenarios: cucumber features/commons.feature:7 # Scenario: A file that exists on commons and the local wiki returns the local result cucumber features/commonterms_api.feature:24 # Scenario: The aggressive recall profile will display results even if some words are missing cucumber features/full_text_browser.feature:70 # Scenario: Portions of file names cucumber features/prefer_recent_api.feature:18 # Scenario: You can specify prefer-recent: in such a way that being super recent isn't enough cucumber features/prefix_search_api.feature:3 # Scenario: Suggestions don't appear when you search for a string that is too long 577 scenarios (5 failed, 572 passed) 1834 steps (5 failed, 4 skipped, 1825 passed) 15m55.416s
I have run the tests three times in a row, got 5-8 failed scenarios, but none of the failing scenarios failed in all 3 test runs. :/
Output: