Mike Shriver
Mike Shriver
A yaml file, python file, and environment variable file have been included. Related to #741 Incredibly basic bash file included as a quick way to see the behavior, output will...
Use webdriver-kaifuku, replacing most of the code in cfme.utils.browser remove convenience methods surrounding the manager singleton, and update framework interaction with the browser from that singleton phase one of changing...
## QUICKSTART_DONE detection The code in runtest does not detect when quickstart has already been completed, and re-runs quickstart every time miq-runtest is called: https://github.com/ManageIQ/integration_tests/blob/master/cfme/scripting/runtest.py#L8 This environment variable should be...
I'd like to handle exceptions during blocker resolution in a better way, not just letting it result in an ERROR state for the marked test item. Draft state right now,...
Building on @Fryguy work to create single dockerfile for vnc+pytest env with mounted tests. Handling SSH for dev appliances in a clean way in framework/tests. Fixing framework pieces around dev...
Remove this misguided util module that deploys templates for some tests, and includes pytest skipping. Move functionality into `VM.create_on_provider`, and wrap with a fixture to handle skipping when deployment fails...
The perf workloads tests that provision VM's don't clean them up on test teardown. Improve the tests by using request finalizers or yielding fixtures to cleanup. Related to: https://github.com/ManageIQ/integration_tests/pull/7103
As highlighted by discussion in #544, there are duplicate widgets defined in BaseLoggedInPage. https://github.com/SatelliteQE/airgun/blob/master/airgun/views/common.py#L42 This should be cleaned up, with only `account_menu` widget defined, as this accurately describes the UI...
Firefox/Chrome/Edge provide a JS console in their debug/developer consoles (F12 launched). If possible, the default Browser/plugin should provide a method to pull the console content in order to aid in...
The TODO has been recorded in SummaryTable in MIQ/Integration_tests/widgetastic_manageiq: https://github.com/ManageIQ/integration_tests/blob/master/widgetastic_manageiq.py#L709 @mfalesni Suggested in PR review this should be implemented at the core and extended to widgetastic_manageiq. Recording the TODO as...