Finding Cousins: A deep dive into a narrow slice of XPath Posted on 2018/10/222018/10/22 by Rebecca A little XPath for picking out DOM elements, exploring the contains function, ancestor axis, and various ways to filter and walk up and down the tree.
Separating concerns with the Page Object Model Posted on 2018/03/262018/03/24 by Rebecca The process of revamping a simple WebdriverIO test to disentangle test logic and page interaction logic.
A first WebdriverIO test Posted on 2018/03/122018/06/15 by Rebecca A simple – but not trivial – example automated test using WebdriverIO, Mocha, and Chai.
Getting set up with WebdriverIO Posted on 2018/02/262018/03/21 by Rebecca Instructions to set up WebdriverIO with Mocha and Chai, and run automated tests via selenium-standalone, Browserstack, or Sauce Labs.
If I were starting a refactoring project… Posted on 2017/12/182017/12/15 by Rebecca A road map/advice for large refactoring projects, based on my own experience.