Selenium ChromeDriver on RaspberryPi

33
Comments
Selenium ChromeDriver on RaspberryPi

Unfortunately, Google doesn't make AMR32 (armv7l) builds of ChroreDriver anymore. The latest version of chromedriver-linux32 was released for version 2.33 But there is a solution, people from the Raspbian project have compiled chromium-chromedriver version for the armhf platform and added it to the repo.

Read further...

NDepend - Keep Technical Debt And Code Quality Under Control

0
Comments
NDepend - Keep Technical Debt And Code Quality Under Control

First of all, NDepend is a static analysis tool for .NET that can be integrated into Visual Studio (as an extension) or used as part of your continuous delivery pipeline. It allows you to keep track of code quality, technical dept, and visualize the dependencies to get a better overview of the codebase.

Read further...