• +43 660 1453541
  • contact@germaniumhq.com

Blog

Getting Started With Germanium I

In this 3 part series we'll explore how to get started in using germanium. We'll assume the only thing you have is python and a browser, and we'll go from writing the first test, to integrating the test suite in a CI/CD system, in our case Jenkins.


Read more

Integrating Behave Test Results in Jenkins

Behave it's a fantastic BDD testing framework. In case you have no idea what BDD is, it's a way of writing your tests in a human readable fashion (i.e. English), and implement each sentence in code.


Read more

Germanium Selector Builder Alfa Release

After a lot of work over the last year, we're proud to present you the alfa release of our Germanium Selector Builder. Germanium Selector Builder is an application that can generate Selenium selectors with a simple click. It also offers functionality for visualising the matches in the browser, and full Germanium API support.


Read more

Optimizing Jenkins Builds

Here are three important lessons we've learned at GermaniumHQ in optimizing build speeds.


Read more

Creating CHM Files From AsciiDoc

A lot of documentation is present on how to create documentation from HTML files, in a CHM format, but a lot of it is either outdated, depends on Windows, or plain out wrong. There's got to be a better way.


Read more

On The Road To Abstraction II

Continuing the previous article with concrete code examples of the ultimate automation achievable in the Germanium stack (Selenium, WebDriver, Germanium, Behave).


Read more

On The Road To Abstraction

Let's talk about the benefits of abstraction and some historical Selenium notes in the context of Selenium and Germanium.


Read more

Simple Germanium Selectors

Writing selectors shouldn't be always complicated. Here is a quick comparison between a few more popular selectors.


Read more

Germanium 2.0.8 Release Notes

As usual Germanium gets a driver update, but this time, but here's the other goodies packaged in.


Read more

Writing Python Decorators

You might think it's tricky to write decorators in Python. Well, this article is written to demistify that process.


Read more