pactumjs / pactum

REST API Testing Tool for all levels in a Test Pyramid
https://pactumjs.github.io
MIT License
538 stars 52 forks source link

Read JSON File from nested folders with file name #321

Closed ASaiAnudeep closed 6 months ago

ASaiAnudeep commented 6 months ago

Is your feature request related to a problem? Please describe. Read JSON File from nested folders with file name.

Describe the solution you'd like

.withJson('user.payload.json')

The above statement should be able to read a file from the configured data folder.

Describe alternatives you've considered NA

Additional context NA