The 6.x version was based on the idea that the drulenium module would be enabled in the tested site, the hosting_drulenium module would help to hook into the deployment process.

I would like to enable a second way.

Enable the drulenium module in the hostmaster site, and let it compare screenshots from various sites.

TODO

  • add a db table to link drulenium_vr_releases.rid to a site node ID
  • create a function to get the latest set of screenshots for a site
  • create a task to compare the current site with the latest screenshots of another site
  • Add link to latest comparison to the site node view
  • Views integration? adding a list of screenshots per site

This needs more thought, and time ...

CommentFileSizeAuthor
#4 drulenium_hosting_site_node_view.png6.08 KBhelmo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

helmo created an issue. See original summary.

helmo’s picture

Issue summary: View changes

There now is a function _drush_alias_to_release_id() that creates a first set of screenshots if none exist.

A provision-dr_run_compare drush command is now added.

Most recent work on Drulenium itself is still on a dev branch .. http://cgit.drupalcode.org/drulenium/log/?h=dev-helmo

helmo’s picture

most code is now merged into the drulenium 7.x-1.x branch

helmo’s picture

Issue summary: View changes
FileSize
6.08 KB

We now have a table linking a release to a site node.

And links are added to the node view: Drulenium links on the site node view

helmo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.