Re-add old blog posts from Astro

This commit is contained in:
Oliver Davies 2024-03-09 23:35:00 +00:00
parent 076239fa25
commit 051e154c65
178 changed files with 13479 additions and 7 deletions

View file

@ -0,0 +1,14 @@
---
title: Drupal automated testing workshop notes
excerpt: If you attended my automated testing with Drupal workshop this weekend, here are the links.
tags:
- drupal
date: 2020-11-15
---
If you attended my automated testing and test driven development workshop this weekend at DrupalCamp NYC, or at DrupalCamp London in March, [here are the notes][notes] that we went through during the session.
There is also [a separate code repository][code] that contains the example code, broken down commit by commit, and uses GitHub Actions to run the tests automatically on each push.
[code]: https://github.com/opdavies/workshop-drupal-automated-testing-code
[notes]: https://github.com/opdavies/workshop-drupal-automated-testing