• Home
  • Subscribe to Feed
  • Follow me
  • Twitter
  • Github

I'm Anthony Long.

This is my website.

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…

  • a year ago
  • python2.7, python, Examples, Tutorials, pytest, allure, pytest-allure, test automation, reporting
  • Comments

Run Current Test in Pytest using TextMate Commands

Overview Let's use TextMate to run the currently highlighted test in pytest. Analysis TextMate is a cult favorite, and believe it or not it's actively supported and developed. TextMate has a rich toolkit for developers,…

  • 2 years ago
  • python2.7, python, TextMate
  • Comments

Common Operations: Working with tabs in WebDriver.

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_…

  • 2 years ago
  • python2.7, python, WebDriver, selenium, Tutorials, Examples
  • Comments

Common Operations: Hovering in Webdriver with Python.

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…

  • 2 years ago
  • python, WebDriver, ActionChains, selenium, Tutorials, python2.7
  • Comments

Extract JPGs from PSDs with Python.

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.…

  • 3 years ago
  • python, python2.7, WebDriver, Tutorials
  • Comments
Page 1 of 1

© 2019. All Rights Reserved.