-
**Describe the bug**
Firstly, I'm not sure if this is a Pactum or Vitest issue but I *think* it's probably more here.
When writing Pactum tests in the Builder style, if you're using Vitest as the …
-
### 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 o…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
Not related to a proble…
-
How can I use OAuth / ("Bearer " + token) authentication with Pactumjs, I can use basic username and password authentication just not find a way to use Auth0. Any help would be much appreciated.
-
### 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…
-
hi. I am not able to find reset headers info anywhere. Basically let's say in my test file, I am doing,
`request.setDefaultHeaders({
'X-API-KEY': 'api_key',
});`
…
-
**Describe the bug**
I am trying to run the Pactum mock server on https with a self-signed certificate giving an error.
**To Reproduce**
Steps to reproduce the behavior:
Used with following …
-
**Is your feature request related to a problem? Please describe.**
We are required to hit our endpoint which is HTTPS with SSL, and we are getting error: ` Error: unable to verify the first certifica…
ruslK updated
2 months ago
-
I have the following data function handler which is returning a JSON and I want to use it in the next part of my script, it is not working
```js
addDataFuncHandler("randomApplicantInformation",() …
-
**Copied From Title**
@ASaiAnudeep and @leelaprasadv can Pactum Mock Server handles https requests and will it be able to handle client certificates with pfx format . i am using pactum 3.6.0 version …