Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent accessing @driver unless set #319

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Apr 28, 2015

  1. Prevent accessing @driver unless set

    When there are zero steps in a file (as can happen when excluding
    certain tags in a test run) it attempts to close the driver, having
    never created it in the first place.
    tomhicks-bsf committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    df81345 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Use old version of webdriver

    For some reason, certain commands are not failing
    leaving the scenario running for ever, causing our
    test runs to hang. The old version of selenium does
    seemingly not have this problem.
    tomhicks-bsf committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    7718380 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

  1. Configuration menu
    Copy the full SHA
    11d79a5 View commit details
    Browse the repository at this point in the history
  2. Support cucumber AND/OR tags properly

    Multiple tags should be supplied in multiple --tags arguments,
    which allows logical ORs and ANDs to be applied to tags. This
    creates --tags arguments according to the cucumber docs:
    
    https://github.com/cucumber/cucumber/wiki/Tags
    
    tags: ['@one', '~@two'] will run scenarios with tag @one, but not
    scenarios with tag @two.
    tomhicks-bsf committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    5596e0b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    b6a1a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79d94af View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Update inflection dependency

    0.3.2 was accidentally unpublished from npm can cannot be re added!
    tomhicks-bsf committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    962cc43 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Remove shrinkwrap

    Probably gives no benefit
    We're moving to node6, and the fixed dependencies might be causing issues
    ThomWright committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    26eebc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Revert "Remove shrinkwrap"

    This reverts commit 26eebc6.
    
    Sticking with node 0.12 for now, so put the shrinkwrap back
    ThomWright committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    cf64baf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    9fd1858 View commit details
    Browse the repository at this point in the history
  2. 1.0.0

    davidgtonge committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    1faa3da View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    c33bd82 View commit details
    Browse the repository at this point in the history