Posts tagged "Drupal"

Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.

Mobile Pages Need Print CSS Love, Too.

Yes, I know I'm late to the game on this one. But with the release of Android 4.4, Kit Kat, most Android devices on the market are now able to print directly from in- app context menus, rather than via third party apps that were little more than...

Remotely Running Behat Drupal BDD Tests

So, you have a remote server that houses a Drupal instance that you want to test with Behat. I'm going to assume you have Behat set up with Drupal Extension and configured to run said tests on your local instance. Of course you have drush installed...

FLDC 2014: Just enough Angular.js

by David RogersPresentation here.

FLDC 2014: Symfony No. 9

### Or How I Learned to Stop Worrying and Love the Composer ### by David Barratt (@davidwbarrat) ##### Advanced Dev...

FLDC 2014: Developing for Drupal 8

### by Larry Garfield (@crell) #### Intermediate Dev...

FLDC 2014: entityforms

### A New Field-based Survey/Form System for Drupal #### by Ted Bowman ##### Beginner Site-Building Very fast paced hard to catch the first few slides. ### EntityForms * A new field-based form system for Drupal * An alternative to Webforms...

Call an External Step with Behat

I found myself copy-pasting the same set of steps over and over again between different Behat feature files, and decided that there had to be a different, better, easier way to do this. And there was. In Behat, it's called Step Execution Chaining....

Selenium2 and Behat: Wait for AJAX to Finish

Recently ran across a case where I needed to wait for AJAX to finish during a Behat/Selenium2 test and couldn't find one. Ran across some examples for telling Selenium2 to wait and telling jQuery to wait for AJAX to finish, and decided to mash...

Selenium Screenshot on Behat Scenario Step Failure

I love me some behat ... despite losing 8 hours chasing down an addition to a YAML file. No, I don't think I'll cool off about that any time soon.One of the things that has enchanted me about behat is not having to write many of the tedious methods...

Pass Context Parameters to Behat's FeatureContext Class

As I sit here now, this has eaten eight hours of my life. Possibly because Google hates me.Working with Behat and DrupalExtension, I noticed a docblock above my FeatureContext class' __construct method that said: [php] /** * Initializes...
  • 1
  • 2
  • last »