Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I just started with pylero to add Testresults automaticly to Testruns within Scripts.
Why do you use a config file to get access to polarion ? So there is a active doing while just importing the Modul.
In my understanding, importing a module does nothing but import the module.
I would suggest to use a Class to add the parameter like Polarion server, username and password.
I do not want to use the config file and may I want to use password from a variable or from stdin ..
Is there any possibility to not use the config file and just do something like this :
username = 'frank'
pw = getpass.getpass()
polarion_server = 'https://polarion/polarion/#'
my_polarion_session = pylero(server = polarion_server, username = {username} , password = {pw} )
Beta Was this translation helpful? Give feedback.
All reactions