Pytest and Allure Reports
I ran in to an issue filling in the environment fields on Allure reports for pytest. The issue was, the environment field was not being filled in correctly when the report was generated. I tried…
I ran in to an issue filling in the environment fields on Allure reports for pytest. The issue was, the environment field was not being filled in correctly when the report was generated. I tried…
Overview Working with tabs in WebDriver can be infuriating; but once you understand the underlying logic it's a breeze. How do tabs work in WebDriver? When WebDriver instantiates a browser, a list object named window_…
Overview To work efficiently with interactive content like video players and ads one must have a strong command of ActionChains. What are ActionChains? ActionChains are a way to automate low level interactions such as mouse…
Overview When working with wireframes, it's useful to be able to extract to images. The script below will extract JPG images from a PSD document easily. Uses Grab all images from a spec or wireframe.…