Robin Matz
Robin Matz
Hi @wlad , I was able to reproduce the error. The cause for this behavior is in python's [http client](https://github.com/python/cpython/blob/1b37268ef10bd20c30d349b8401c88215c8a6be8/Lib/http/client.py). [Here](https://github.com/python/cpython/blob/1b37268ef10bd20c30d349b8401c88215c8a6be8/Lib/http/client.py#L161-L173), we have the following code: ``` def _encode(data, name='data'):...
Hi @serhatbolsu , could you please release a new version of the library to PyPi? I noticed that v1.6 already supported selenium >= 4, so there shouldn't be any compatibility...
Hi, The first thing that looks suspicious is this line in your sec/test/resources/extent.properties file ``extent.reporter.spark.config=html-config.xml`` You should change it to ``extent.reporter.spark.config=src/test/resources/html-config.xml`` to point to the correct file. This line ``extent.reporter.spark.out=../report/TestReport1.html``...
I also noticed that you have your own ExtentManager class and create tests from this. Note that extentreports-testng-adapter is there so you do not have to create your own ExtentManager....