Permalink

Some great ideas here. I've been using CasperJS for Drupal integration testing for a while now, and had planned to integrate this with Jenkins soon. I hadn't even thought about running the tests asynchronously, but that would reduce the amount of time my tests take significantly.

I'm currently creating all my test content and users by manually submitting forms via CasperJS which is quite a slow way to do it, so using drush to reduce the amount of time the whole test-suite takes is appealing. However AFAIK, you can't use drush to create specific test content (only dummy content using devel generate), so I think I'd have to write a custom module to create the content anyway.

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.