Quality at the Speed of DevOps

It’s Not About the Pipeline Continuous Integration and Continuous Deployment are important in DevOps, but once your pipeline is established and verified it just becomes part of the scenery. It’s a feature that probably shipped months or even years ago. At most some type of regression testing of it may come up but its not … [Read more…]

CSS Wildcard Selectors

Good selectors can be hard to find. It’s always nice when the elements we need have automation friendly attributes, but sometimes thats not an option. These wildcards can help when you just need to match on part of what attributes are present. Contains *= There are times where finding a unique substring within a value … [Read more…]