Skip to content

Commit

Permalink
Merge pull request #62 from Ragin-LundF/develop
Browse files Browse the repository at this point in the history
Release 1.31.0
  • Loading branch information
Ragin-LundF authored Mar 22, 2021
2 parents 2a56413 + 9b7207d commit bd92545
Show file tree
Hide file tree
Showing 11 changed files with 553 additions and 418 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release 1.31.0
## Supports dynamic URL's
This version supports the usage of `ScenarioContext` variables for all URI parameters.

Now it is allowed to write sentences like:

```gherkin
Scenario: Use dynamic URL
Given that the context contains the following 'key' and 'value' pairs
| ${MY_DYNAMIC_URL} | https://google.com |
And that the API path is "${MY_DYNAMIC_URL}"
```

# Release 1.30.0
## Support for polling APIs
The polling configuration is automatically reset before each scenario.
Expand Down
Loading

0 comments on commit bd92545

Please sign in to comment.