Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Andahalf

An admin theme for Drupal configuration pages. By design, it extends the default Drupal admin theme. For Drupal 7 this is the beautiful Seven theme.

Andahalf is a place to iterate on what Seven provides to accomodate D7 contrib UI and Drupal 8. Voila.

Integration with Selenium

Sandbox for integration of Selenium testing framework to drupal 8.

Video demo http://www.youtube.com/watch?v=4QGY3hxt9Qs
My Blog post about Selenium in drupal http://ygerasimov.com/integrating-selenium-to-drupal-simpletest-framework
Anothe demo video how to run tests on headless debian http://www.youtube.com/watch?v=s2PctgReOJ0
Blog post: http://ygerasimov.com/run-selenium-tests-drupal-on-debian-headless

Step-by-step how to try

1. Download Selenium Server from http://seleniumhq.org/download
2. Start it. You need to have Java environment installed (I used sun-java6-jdk on ubuntu).
3. Clone this project and install the site.
4. Download and enable selenium_test_example module (http://drupal.org/sandbox/ygerasimov/1131220) and run its tests.

Current test functionality

1. Log in user. Checks user can edit node when having 'bypass node access' permission. Uploads file. Ensure that image uploaded and shown on the node.
2. Log in user. Reorder two terms in vocabulary using Drag and Drop. Ensure that order changed.

Technical details

Main idea is to implement http://code.google.com/p/selenium/wiki/JsonWireProtocol protocol in separate class that will be accessible from simpletest.

One of existing implementations of JsonWireProtocol is available on http://code.google.com/p/php-webdriver-bindings/. It can be used for reference.

Userpoints Taxonomy Mapping

The aim of this project is to allow administrators to assign a userpoints category to taxonomy terms.

Casetracker Nag

This module provides a few useful features for those who use the Case Tracker module and have an enterprise SLA.

Background Batch

UPDATE: This module is obsolete, as it is now bundled with the Background Process module

jQuery User

Provides a jQuery UI dialog with tabs of the common user account operations "Login", "Create new account" and "Request new password".

Pages

Subscribe with RSS Subscribe to RSS - Unsupported