From 14d386b982661b37ba44947c76ad4a18726de908 Mon Sep 17 00:00:00 2001 From: "Adeel A. Bhutta" Date: Thu, 10 Oct 2024 12:55:21 -0400 Subject: [PATCH] added tutorial link in m12 page --- lectures/l12.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lectures/l12.md b/lectures/l12.md index eb00671..5b0c364 100644 --- a/lectures/l12.md +++ b/lectures/l12.md @@ -21,6 +21,11 @@ In this module, you will learn to: {% include lesson.html %} +### Tutorials +* [Tutorial: Cypress]({{site.baseurl}}{% link tutorials/week6-cypress.md %}) + + + ### Resources * [Software Engineering at Google: “Larger Testing”](https://learning.oreilly.com/library/view/software-engineering-at/9781492082781/ch14.html) * [Code example from lecture]({{ site.baseurl }}{% link Examples/module-12-testing-examples.zip %})