From 8af5ece6baed40e820c7bd6bf9e8d30268386777 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 10 Nov 2025 23:38:44 +0000 Subject: [PATCH] Automated Testing Signed-off-by: Oliver Davies --- sculpin/source/_pages/automated-testing.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sculpin/source/_pages/automated-testing.md diff --git a/sculpin/source/_pages/automated-testing.md b/sculpin/source/_pages/automated-testing.md new file mode 100644 index 000000000..22feb466f --- /dev/null +++ b/sculpin/source/_pages/automated-testing.md @@ -0,0 +1,26 @@ +--- +layout: page +title: Automated Testing +--- + +{% block content %} +Automated testing is one of my favourite topics to teach and to speak and write about. + +I write a lot about automated testing and other topics on my [daily email list](/daily). + +I created a [free 10-day email course](/atdc) that covers the basics of automated testing in Drupal in a series of daily lessons. + +I have [spoken at DrupalCons](https://www.youtube.com/watch?v=81J0dPvqG-g) and DrupalCamps about automated testing in Drupal. + +I also have [videos and recordings](https://videos.oliverdavies.uk) of live streams where I've contributed tests to projects, including Drupal core. + +Hopefully, that gives you enough information to get started. + +If you need more hands-on help, [you can hire me](/pricing) for a 1-on-1 consulting call, pair programming session or a private talk or workshop to get you up and running. +{% endblock %} + +{% block content_bottom %} + {% include 'daily-email-form.html.twig' with { + intro: 'Sign up and get daily emails about Drupal, PHP and software development.' + } %} +{% endblock %}