nhsuk / ui-test-core

Python package which helps with writing UI tests by providing a wrapper around Selenium and other useful functions
MIT License
12 stars 6 forks source link

[Feature] The "context" object should not be part of this package #23

Closed Phil-87 closed 5 years ago

Phil-87 commented 5 years ago

Describe the solution you'd like The context object came from the NHS.UK tests which use Behave, but UiTestCore could be used by any other test pack so it doesn't make sense to use this object which is too closely coupled to a particular test pack. This change would require the config_handler to be moved back into the test packs, and any code using "context" would need to be refactored.

Phil-87 commented 5 years ago

Closing this because it is a duplicate of #10