We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670a951 commit 0e700f4Copy full SHA for 0e700f4
README.md
@@ -92,6 +92,8 @@ When you've made the changes above to your FeatureContext class you get access t
92
@Given I oauth with :username and :password and scope :scope
93
@Given I oauth using the client credentials grant
94
@Given I oauth using the client credentials grant with scope :scope
95
+ @Given I oauth using the client credentials grant with :id and :secret
96
+ @Given I oauth using the client credentials grant with :id and :secret and scope :scope
97
@Given I add a :header header with the value :value
98
@Given I have the payload:
99
@When /^I request "(GET|PUT|PATCH|POST|DELETE) ([^"]*)"$/
0 commit comments