| Drupal.org | https://www.drupal.org/u/jon-pugh |
| Drupal.org | https://www.drupal.org/u/jon-pugh |
What's the best way to make a beautiful product-y marketing single landing page thing with Drupal these days?
No wrong answers.
If there was a tool to keep track of your sites, regardless of where they were hosted, telling you their status, perhaps a one-click-login feature, would you use it?
A CMS of CMSs, so to speak. Interested?
I created something that makes Behat MUCH easier:
Using the Drush Behat Params library, you can quickly and easily configure Behat for Drupal testing. This library provides a drush command wrapper for 'bin/behat' with BEHAT_PARAMS already set, eliminating the need to specify the URL, path to code, and drush alias each time you run Behat.
#drupal #behat #testing #ci #cd #qa #qc
https://www.thinkdrop.net/simplify-your-behat-settings-drush-behat-params
I've created a system to keep better track of our Drupal sites and the states they are in.
Site.module: an entity to track your drupal site. Save or send Site status information on a schedule.
You can try it now: `composer require drupal/operations && drush en site`
Next up is code to send reports to a central Site Management Dashboard.
LMK what you think?
https://git.drupalcode.org/project/operations/-/blob/1.0.x/modules/site/README.md