IBM / gauge-api-steps

A Python module providing reusable Gauge steps for API testing
MIT License
6 stars 2 forks source link

New Step: Load request body from file #29

Closed derdualist closed 5 months ago

derdualist commented 5 months ago

It should be possible to load a request body from a file. It should be possible with a special placeholder, f.i. !{file:assets/request.json} and also with a new step: * Load file <file> as <placeholder>