b-yond-infinite-network / jest-cucumber-fusion

Write cucumber test the natural way but still have them part of a jest run (including coverage)
Apache License 2.0
15 stars 8 forks source link

Complex array reg exp do not work #9

Closed bruno-morel closed 4 years ago

bruno-morel commented 4 years ago

Trying to use an array definition regex fails: ([(?: \d+(?: |, |,))+])

We should be able to do

 Scenario: Folding ourselves in 2D
    Given I am Elon Musk attempting to launch a rocket into space
    And  my position in 2D space is [ 0, 2 ]
    When I launch the rocket
    Then the rocket should end up in space
github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 0.6.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: