Deprecated: The called constructor method for WP_Widget class in rst_ads_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_about_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_social_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_recent_post_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_instagram_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546
apple – Paradigm IT Consulting
posts browsing tag

apple

Recently, I’ve had a few people ask me how to use webdriverio with cucumber. It sounded like something that should have been easy, but after a brief search on the internet, all I could find were a few blog post tutorials (that all contradicted each other) and some …

Continue reading

This tutorial is for setting up a web test framework in node.js. Previously, I’ve shown you how to create similar frameworks in Ruby and C#. This post should help you add another language to your testing arsenal. Why node.js? There are lots of reasons to choose various …

Continue reading

This article is all about setting up Cucumber on OSX. Specifically, it’s for people who just want a list of things to do and who know their way around their Mac a little bit already. If that’s not you and you’d prefer a step …

Continue reading

You are in luck. It’s a bit easier to install Cucumber (and everything it needs) on an Apple than it is on other computers. Installing Ruby with Rbenv and Homebrew To start out, we’re going to install Homebrew, a third party package manager for Apple. It …

Continue reading