fenchu

Results 31 issues of fenchu

Nomatter what I set the ssl_cafile to it give this error, the pem files are checked elsewhere and work. The filepat verifies fine with os.path.isfile(ssl_cafile) >>> kafka.__version__ '2.0.2' >>> sys.version...

With pytest 2.1.1 I could finegrain my logs and only capture stdout etc. But when I upgraded to v3.0.0 there was "No log output captured." allover, and I'm only able...

question

I'm trying to add a file in .extras as a file and clickable url. extras.html adds html and extras.text adds text directly into the report It is the collected log...

If rest-api requests get 401, or web requests are forwarded to the login page, I issue an access token via our oauth2 server (keycloak) and inject it as bearer token...

enhancement
help wanted

I like to have a read user that can see all cases and dashboards, but the user api insists on setting password: ``` { "errorCode": 4001, "message": "Incorrect Request. [Field...

help wanted
Check: BackEnd

Hi I have python 3.7.6 X86_64 installed and it resides in $ENV:PATH, but after installing Snek, it does not seem to find the correct dll ``` PS C:\Users\ip_admin> Use-Python {...

We have highly tuned pytest-html reports showing screenshots walk-through and screenshots on errors. Is there a way to upload the entire directory with report, screenshots and other log files? Currently...

`If` you use the passingRatePerLaunch it counts passed per total, it should count passed as of passed+failed, it makes no point in counting skipped cases, the statisticTrend has this, but...

feature request
component:server
component:ui
Feature: Widget

``` DEPRECATION: curlify is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce...

I use curlify in requests hook so I can get any requests as a curl command. works excellent except for when posts have binary data in body: curlify==2.2.1 ``` mycurl=curlify.to_curl(response.request,...