Tags
Tag Filtering ?
Type in tags with spaces between to 'AND' and commas between to 'OR'
LEFT CLICK to AND tags; CTRL+LEFT CLICK to OR tags; hold ALT for inverse (~) tags
Example command line execution:
LEFT CLICK to AND tags; CTRL+LEFT CLICK to OR tags; hold ALT for inverse (~) tags
cucumber
Tags:
@authentication,
@core,
@delete,
@extended,
@get,
@header,
@header.S1,
@header.S2,
@header.S3,
@header.S4,
@headers,
@parameter,
@parameter.S1,
@post,
@print,
@print.S1,
@print.S2,
@print.S3,
@print.S4,
@put,
@rest.S1,
@rest.S2,
@rest.S3,
@rest.S4
Features
- As a rest client I need to use URL parameters in order to send those parameters to a restful service.
- Send parameter to a service. - @parameter, @parameter.S1
- Create a basic rest client that can get, put, post, and delete
- client rest Get - @extended, @get, @print, @print.S1
- client rest Put - @put, @extended, @print, @print.S2
- client rest Post - @post, @extended, @print, @print.S3
- client rest Delete - @delete, @extended, @print, @print.S4
- Create a basic rest client that can get, put, post, and delete
- client rest GET - @core, @get, @rest.S1
- client rest PUT - @core, @put, @rest.S2
- client rest POST - @core, @post, @rest.S3
- client rest DELETE - @core, @delete, @rest.S4
- Create a basic rest client that can get, put, post, and delete
- client uses an Accept header for a GET - @extended, @get, @header, @header.S1
- client uses an Accept and a Content-Type header for a POST - @extended, @post, @headers, @header.S2
- client uses basic authentication - @extended, @post, @authentication, @header.S3
- client uses a secure web server - @extended, @post, @authentication, @header.S4
No Features or Scenarios match the Tag Expression