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

refactor(cucumber library): update to the latest cucumber library ver… #30

Commits on Mar 6, 2021

  1. refactor(cucumber library): update to the latest cucumber library ver…

    …sion
    
    Update the cucumber library to the latest version so that a user does not recieve any deprecation
    warnings when they are attempting to install the library. Documentation has been updated to reflect
    this, and any failing tests have been fixed.
    
    BREAKING CHANGE: Any existing users of the library will need to update their cucumber imports from
    'cucumber' to '@cucumber/cucumber'
    
    re Arthy000#22
    Dylan Eddies committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    3e47116 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. chore(package-lock): remove the package-lock json and add it to the g…

    …itignore
    
    removed the package lock file as the repo has been switched to yarn, and add the file to the
    gitignore so other maintainers do not run into this in the future
    
    re Arthy000#22
    Dylan Eddies committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    8094257 View commit details
    Browse the repository at this point in the history