fenchu

Results 57 comments of fenchu

This is because pyjks do not support pkcs12 keystores. although they are now default: This is how I print them in *.pem format: ``` from OpenSSL import crypto # this...

There is something fishy with Selenium.Firefox.WebDriver 0.25.0/0.26.0 and profiles. seems like the FirefoxProfile object is readonly: ``` $prof = New-Object OpenQA.Selenium.Firefox.FirefoxProfile($profilePath) PS > $prof.ProfileDirectory PS > $prof.ProfileDirectory = $profilePath 'ProfileDirectory'...

Have same issue, the workaround is to list all files on the commandline in the order they should run and drop the sequence althogether.

I deleted all my python versions and reinstalled 3.7.6, but checked the install for all users, so it installs to c:\Program Files\Python37 and not to the users appdirectory. Then it...

Just viewing the report (reportportal already parses the data correctly via pytest) it is a plain pytest-html report using pytest plugin: https://github.com/pytest-dev/pytest-html (my local fork only have some small changes...

Hi any progress :-) `*-Service` is probably the most important cmdlets to be ported to linux, Most my use of powershell is to create and manage services because it is...

I'm using python, any idea how to do do this there?, if I can get a list of application ids I can connect but how do we get this?, a...

The Rasberry Pis using the BCM27XX processor (Zero2, pi3, pi4) are ARM64. So it means you can run it there. As my personal server I have a RPI4 running debian...

correct but you cant define it. skipped tests are in many cases irrellevant, other widget you can define what statuses to include.