Anudeep
Anudeep
How can we pass basic auth credentials as part of the request url? **Example:** https://admin:[email protected]/basic_auth ```js const p = require('phin'); await p({ url: 'https://admin:[email protected]/basic_auth', method: 'GET' }) ```
**Is your feature request related to a problem? Please describe.** Capture cookies as `res.cookies` in `stores` and `returns` **Describe the solution you'd like** ```js stores('TOKEN', 'res.cookies.token') ```
**Is your feature request related to a problem? Please describe.** It would be great to have a inbuilt date manipulating functions like [momentjs](https://momentjs.com/) or [luxon](https://moment.github.io/luxon) **Describe the solution you'd like**...
### Discussed in https://github.com/pactumjs/pactum/discussions/98 Originally posted by **captaincc423** December 1, 2021 I'm trying to get some matchers to work in expectJsonSnapshot and I'm running into a few problems: 1. I'm...
**Is your feature request related to a problem? Please describe.** It would be great if we can enable or disable certain slides from the presentation before I start my presentation...
Hello Team, Is it possible to get execution history based on launch name instead of launch id? Currently I'm able to get the history using launch ID ```sh https:///api/v1//item/history?historyDepth=5&filter.eq.launchId=&filter.%21ex.parentId=true ```
I have observed that negative milliseconds are not parsed as expected. For example ```js var prettyMs = require("[email protected]") prettyMs(13370); // 13.3s prettyMs(-13370); // -13s -370ms ``` **Expected**: `-13.3s` **Actual**: `-13s...
### Discussed in https://github.com/pactumjs/pactum/discussions/267 Originally posted by **asub927** March 23, 2023 I need to validate an api which has a response property which returns string or empty or null values...
### Discussed in https://github.com/pactumjs/pactum/discussions/208 Originally posted by **samuelvinay91** September 27, 2022 Is there any way we can hide the headers in reporting or as part of logs something similar to...
### Please confirm this pull request meets the following requirements: - [x] I followed the contributing guidelines: . ### Which change are you proposing? - [x] Adding/updating open source project/s...