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

Creates path to json file if it does not exist #347

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

Commits on Feb 18, 2020

  1. Creates path to json file if it does not exist

    Fixes error when attempting to create a cucumber json in a directory
    has not been created yet.
    shawnemhe committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    675497b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Added test_step_trace_with_missing_directory

    Modified runandparse to check if the new test has added a
    "missing_subdirectory" attribute. Verified that this doesn't break the
    functionality of the already existing cucumber tests.
    shawnemhe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    25b7867 View commit details
    Browse the repository at this point in the history
  2. Changed test approach and fixed formatting

    Using a fixture now to run all cucumber tests with and without
    missing subdirectory.
    Also fixed formatting issues identified in build test.
    shawnemhe committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    1ec12d6 View commit details
    Browse the repository at this point in the history