Add new blog posts
This commit is contained in:
parent
b22428ebae
commit
6bcdd96af0
22 changed files with 977 additions and 0 deletions
13
source/_posts/drupal-automated-testing-workshop-notes.md
Normal file
13
source/_posts/drupal-automated-testing-workshop-notes.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Drupal automated testing workshop notes
|
||||
description: 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
|
Loading…
Add table
Add a link
Reference in a new issue