Skip to content

Commit

Permalink
Add path parameter test for GET
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Jan 7, 2021
1 parent f261819 commit dc842c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const searchResultsResource = await apiResource.invoke('search', {
- [ ] add support for Siren
- [ ] add tests for authenticated requests
- [ ] upgrade webpack
- [ ] investigate mega-lint
- [ ] investigate mega-linter
- [ ] fix struture of package so we get better jsdoc linting
- [ ] refactor browserstack test run to use single tunnel when running locally
- [ ] add tests for abort
Expand Down
1 change: 1 addition & 0 deletions src/test/invoke-operation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Feature: Invoke Operation
Examples:
| TYPE |
| query |
| path |

Scenario Outline: Invoke operation - parameterised with extra params
Given a resource with a "https://waychaser.io/rel/pong" operation that returns the provided "ping" "<TYPE>" parameter
Expand Down

0 comments on commit dc842c9

Please sign in to comment.