-
**Is your feature request related to a problem? Please describe.**
If you want to reuse the cookies from a previous request (or across multiple ones), you need to extract the cookies manually from th…
-
**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 …
-
**Is your feature request related to a problem? Please describe.**
In some scenarios for Redirection, next call required to use Cookies from previously call, but we don't see that happing in Pactum
…
ruslK updated
2 months ago
-
### 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…
-
Anyone having issues with the NPM release 2.6.0? If possible, fix the tests
-
**Is your feature request related to a problem? Please describe.**
It's annoying that I can't use asynchronous functions in Data Function handlers
**Describe the solution you'd like**
I invision …
-
Steps to reproduce:
**Case 1 - json working with proper test Get pet by status**
```
psc.swaggerJsonUrl = "https://petstore.swagger.io/v2/swagger.json";
```
Output 1 - No tests:
```
{
"baseP…
-
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.
-
Having global before & after hooks that will run before & after all the tests/suites will help running tests that requires one/many global setups & one/many global teardowns.
**Use Case**: Running …
-
### 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…