-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telefonica jira update #358
base: master
Are you sure you want to change the base?
Telefonica jira update #358
Conversation
…efonica_jira_update # Conflicts: # toolium/test/test_jira.py
Code Climate has analyzed commit b8045db and detected 0 issues on this pull request. View more on Code Climate. |
Hi @KarimJesusGalvez, thanks for your proposal and sorry for the delay in the response. |
Hi @rgonalo, and thanks for the feedback. |
Pending tasks for now:
|
return 0 | ||
|
||
|
||
def create_test_execution(server: JIRA, issueid: str, summary: str, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add **kwargs for the creation of the dictionary
Quick note: We should be able to pass any number of fields directly in the config file.
|
Regarding point 3, I guess that it should be better to provide a new configuration section, for example:
|
One approach should be including in toolium a common implementation, creating a test execution with the corresponding status and, to enrich the information, we could provide configuration settings with data to include in additional fields.
|
Hi
I've started using tollium recently, my objective is to integrate playwright as a webdriver option, but as that is a massive undertaking to begin with, I thought I'd try to update a small part of the repo to get a better undestanding of your process.
Objective of this PR
Change the requests module in toolium/jira for the jira pipy dependency
Additions
Pending work