-
Notifications
You must be signed in to change notification settings - Fork 7
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
Config cleanup #3
Conversation
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.
I'd like to see options for host and usm config file as special options for pytest. I am planning to make the commit morrow.
The more I think about the current design, I feel that the current design is not good:
I would rather do this:
|
We have decided to stay with extending pytest config module, but simplify the process significantly. I'm going to publish an update of this pull request today. |
Only 2 most important options which can't be reconfigured in usmqe ini file remain listed here in plugin/usmqe_config.py
I need to test the changes before we can go on, but you can already comment/do a review. @mkudlej |
I tested the change proposed in this pull request with this simple enviroment (not using mrglog and usmqe assume on purpose) and simple positive scenario works as expected:
That said, it fails when I tried to specify the value of the option via command line:
So I need to fix this first. |
0a93ba0
to
11dbddf
Compare
Hmm, it seems to be a py.test issue after all, as I'm able to reproduce this problem in clean setup without any usmqe code: pytest-dev/pytest#2105 |
I just clarified how the override ini feature should be used based on the discussion under the pytest issue. Everything seems to work fine. |
|
||
We assume that: | ||
|
||
* *QE Server mahcine* has been configured as described in |
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.
typo: "mahcine"
Fixed navdropdown locators
This a proposed cleanup of test configuration. Documentation with an explanation is provided.