Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Support array parameters #6

Closed
edno opened this issue Jun 11, 2016 · 0 comments
Closed

Support array parameters #6

edno opened this issue Jun 11, 2016 · 0 comments
Milestone

Comments

@edno
Copy link
Owner

edno commented Jun 11, 2016

Extend parameter support to array

Feature: Array parameter
  In order to create dynamic Gherkin scenario
  As a tester
  I need to be able to retrieve array parameters

  Scenario: Scenario using simple parameter
    Given I have an array "test" with value "[1,2,3,4,5]"
    Then I should see "{{test[0]}}" equals to "1"

Similarly for JSON objects, I should be able to compare them with a JSON string (gherkin snippets should implement the comparison logic, the module should only return the value of the param)

@edno edno added this to the 0.3.0 milestone Jun 11, 2016
edno pushed a commit that referenced this issue Jun 11, 2016
@edno edno closed this as completed Jun 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant