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

chore(deps-dev): bump cucumber to v1.3.3 #1070

Merged
merged 19 commits into from
Apr 2, 2020
Merged

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    97ee04e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c4a81c View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): update cucumber to 0.6.0

    153 scenarios (153 passed)
    534 steps (534 passed)
    Done in 92.02s.
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e1c7472 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc8a479 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20404c6 View commit details
    Browse the repository at this point in the history
  6. fix: add scenario as first param in this.Before

    Searched for this.Before\("([^"]*)", function\(
    Replaced it with this.Before("$1", function(scenario,
    
    Refs: cucumber/cucumber-js@ba08626
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    80871c1 View commit details
    Browse the repository at this point in the history
  7. fix: add scenario missed in hooks.js

    Failing scenarios:
    features/dynamodb/tables.feature:6 # Scenario: Creating a table
    features/dynamodb/tables.feature:40 # Scenario: Deleting the created table
    features/dynamodbstreams/dynamodbstreams.feature:7 # Scenario: Listing streams
    features/ec2/ec2.feature:21 # Scenario: Encrypted CopySnapshot
    features/s3/objects.feature:139 # Scenario: Proxy support
    
    153 scenarios (5 failed, 148 passed)
    535 steps (5 failed, 12 skipped, 518 passed)
    0m50.459s
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    23f02ce View commit details
    Browse the repository at this point in the history
  8. fix: remaining issues with 0.7.0 upgrade

    153 scenarios (153 passed)
    534 steps (534 passed)
    0m59.660s
    Done in 62.23s.
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    353652a View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump cucumber to v0.8.0

    153 scenarios (153 passed)
    534 steps (534 passed)
    1m01.749s
    Done in 64.31s.
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    65028a0 View commit details
    Browse the repository at this point in the history
  10. chore(deps-dev): bump cucumber to 0.9.0

    153 scenarios (4 ambiguous, 149 passed)
    534 steps (4 ambiguous, 1 skipped, 529 passed)
    0m56.566s
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6fbe8e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd48919 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2f0810 View commit details
    Browse the repository at this point in the history
  13. chore: update tagged interface

    replace "(@[^"]*)" with {tags: ["$1"]}
    Refs: https://github.com/cucumber/cucumber-js/blob/v0.10.0/CHANGELOG.md
    
    Failures:
    
    1) Scenario: Bucket CORS - features/s3/buckets.feature:20
       Step: And I get the bucket CORS configuration - features/s3/buckets.feature:23
       Step Definition: features/s3/step_definitions/buckets.js:143
       Message:
         function timed out after 60000 milliseconds
    
    153 scenarios (1 failed, 152 passed)
    534 steps (1 failed, 6 skipped, 527 passed)
    2m01.553s
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f0743cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    771dc6b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e4b349 View commit details
    Browse the repository at this point in the history
  16. fix: for CompositeParserException: Parser errors:

    (16:0): unexpected end of file, expected: #TagLine, #FeatureLine, #Comment, #Empty
    path: /local/home/trivikr/workspace/aws-sdk-js-v3/features/dynamodb/crc32.feature
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    492f824 View commit details
    Browse the repository at this point in the history
  17. chore(deps-dev): bump cucumber to v1.3.1

    153 scenarios (153 passed)
    534 steps (534 passed)
    0m57.429s
    Done in 60.03s.
    trivikr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6d2a94d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c4d7550 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d7b294a View commit details
    Browse the repository at this point in the history