Closed Awatatah closed 1 month ago
Additionally, I went back to version 2.6.2
and it works fine. I tested every minor release of version 3 and the error is present
Thank you for submitting a bug report. We would love to help you investigate the issue. Please share a simple code example that reliably reproduces the bug. For more information, read the following article: How To Create a Minimal Working Example When You Submit an Issue. We look forward to your response.
This issue was automatically closed because there was no response to our request for more information from the original author. Currently, we don't have enough information to take action. Please reach out to us if you find the necessary information and are able to share it. We are also eager to know if you resolved the issue on your own and can share your findings with everyone.
Why was this closed? What sample did you need? @PavelMor25
The issue is pretty straight forward based on the information I provided. spin up a basic bearer token auth API, and create a test that adds the authorization bearer token headers. When the tests runs, it will produce the Error: Invalid cookie fields
error.
I had to revert to testcafe version 2.6.2
in order to get around the error. All 3.x
versions produce this error
Hello,
Please share a simple and reliable example, preferably in the form of a repository.
The repository should contain all the information and files necessary to reproduce the issue. Any user should be able to follow your instructions. Something like this:
See: How to create a Minimal Working Example when you submit an issue.
This issue was automatically closed because there was no response to our request for more information from the original author. Currently, we don't have enough information to take action. Please reach out to us if you find the necessary information and are able to share it. We are also eager to know if you resolved the issue on your own and can share your findings with everyone.
What is your Scenario?
API test call with Authorization Bearer token header causes an error.
What is the Current behavior?
Getting the following errors when the test runs:
What is the Expected behavior?
To not receive error :)
What is the public URL of the test page? (attach your complete example)
N/A
What is your TestCafe test code?
Your complete configuration file
N/A
Your complete test report
N/A
Screenshots
N/A
Steps to Reproduce
Create a test with the mentioned code and run it
TestCafe version
3.x.x
Node.js version
22.1.0
Command-line arguments
testcafe 'chromium:headless --no-sandbox' main.js
Browser name(s) and version(s)
Chromium 127.0.6533.88 snap
Platform(s) and version(s)
Ubuntu 22.04
Other
This is a initial setup. There are no other tests.