Closed codambro closed 1 year ago
Hello @codambro ,
Thank you for reporting this issue. I reproduced it on my side. We will research it and update this thread once we have any results.
Hello @aleks-pro this issue fixed in 2.5?
Hello @yuwoonil ,
Not yet, we are working on this.
Hi,
The cause of this issue is the "method" property value. It is not valid because of the lowercase. This behavior is incorrect, and we will fix it. To resolve the issue now, please specify the method property as follows: method: 'GET'
.
Release v2.5.1-rc.1 addresses this.
Release v2.5.1-rc.1 addresses this.
What is your Scenario?
Running API tests and trying to enable proxyless. Finding that the tests fail with 400 error in proxyless, but pass normally.
What is the Current behavior?
API requests fail:
What is the Expected behavior?
API request succeed
What is your public website URL? (or attach your complete example)
See email
What is your TestCafe test code?
Your complete configuration file
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
TestCafe version
2.5.0-rc.1
Node.js version
No response
Command-line arguments
testcafe chrome --config-file conf.json proxylessTest.ts
Browser name(s) and version(s)
No response
Platform(s) and version(s)
No response
Other
No response