Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.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 IDcreate a function to get the latest set of screenshots for a sitecreate a task to compare the current site with the latest screenshots of another siteAdd link to latest comparison to the site node view- Views integration? adding a list of screenshots per site
This needs more thought, and time ...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drulenium_hosting_site_node_view.png | 6.08 KB | helmo |











Comments
Comment #2
helmo CreditAttribution: helmo at Initfour websolutions commentedThere 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
Comment #3
helmo CreditAttribution: helmo at Initfour websolutions commentedmost code is now merged into the drulenium 7.x-1.x branch
Comment #4
helmo CreditAttribution: helmo at Initfour websolutions commentedWe now have a table linking a release to a site node.
And links are added to the node view:
Comment #5
helmo CreditAttribution: helmo at Initfour websolutions commentedTwo spinoffs: