-
How to get list of failed TeamCity tests using python and Allure reports
In our Selenium framework we made a custom JUnitRunner that can accept list of test suites that we would like to run, or exclude. For that in Team City we made special parameter tab where you can specify package and suite name that you want to run. It can be…
-
Intellij IDEA 15 EAP Font fix for non-HiDPI screens
Yesterday JetBrains annonced release of Intellij IDEA 15 EAP and i was excited because i always like to try somethign new. When i went through list of features, i got even more excited when saw a possibility to edit your changes in "Diff" screen - i was missing…
-
Browsers and platform market share statistic sources
It's pretty common, that when you start a new project, you need to define which platforms are you going to support? Well, at the moment i know 2 sources which, show pretty similar data and can provide you the answer for your question : W3Counter - pretty basic and doesn't allow…
-
Crisp Readable text on HiDPI + Retina Screens in Sublime
If you would like to make your Sublime Text editor font look really crispy on your mac with Retina or any other PC with HiDPI screen, then you need to do following : Go to Preferences -> Settings - User Add next line to your json "font_options"…
-
What is the best JSON library in Java?
I'm very happy that JSON takes over from XML in the world of data transfer between applications and servers. I like this protocol personally much better and hope that there will be one day when XML will be gone for ever. Nowadays there are a lot of libraries that work…
-
How to improve web pages download in Firefox
If you're a Firefox user, then there's a easy way for you to speed up web pages loading up to 42% ! Just open your browser settings, go to Privacy and enable Tell sites that i do not want to be tracker. Former Mozilla software engineer Monica Chew and Computer Science…