Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Test Swarm

TestSwarm tests

A module to do automated QUnit testing

Features

  • Strict javascript client side testing.
  • Can be extended to test multiple themes at the same time.
  • Works for authenticated and anonymous users.
  • Detailed recording of all test runs.
  • All submit and validate handlers are disabled.
  • Permissions are checked before running a test.
  • Testing of submit handlers running in iframes
  • Allow certain roles to submit forms

How

  • Implement hook_testswarm_tests to define all your tests.
  • Create a javascript file containing QUnit code.
  • Navigate to /testswarm-browser-tests.

Permissions

In order to run a test you need the permission 'run testswarm tests', it should be save to allow anonymous users to use this as well. For each tests you can specify additional permissions and all validate and submit handlers are removed for all forms (except for UID1).

Included tests

  • Basic test
  • JQuery once
  • Re order blocks
  • Create page content
  • States.js
  • Autocomplete
  • ...

Roadmap

  • add full theme support to tests running inside an iframe
  • better reporting

Hooks of git

This project will no longer develop. The development has been moved to DCQ

Show database

Nice example for Drupal learners who learn how to create a block.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools