From 724e110cd3ee2dade163fc84184c40bc5beebaae Mon Sep 17 00:00:00 2001 From: David Hunt Date: Sun, 27 Oct 2024 23:39:22 +1300 Subject: [PATCH] docs: update readme with tutorials --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6a9e7e7..a490a22 100644 --- a/README.md +++ b/README.md @@ -379,8 +379,21 @@ in the architecture of this project. Thanks Sam, your work blew my mind. !["it's so simple!" - Owen Wilson from Zoolander peers over an early 2000s iMac computer, a mad glint in his eye.](https://www.memecreator.org/static/images/memes/5439760.jpg) +## Media and Tutorials +* [Behavioral testing with Gherkin and SvelteKit](https://www.youtube.com/watch?v=fAPFsRP-mbc&t=1080s): The Svelte Summit presentation from 19 October 2024. + * What is Gherkin / Cucumber and why should you use it + * Comparing Gherkin to straight Playwright code + * Testing the Svelte "Sverdle" app that ships with the demo site + * Adding a new feature using Behavior Driven Development assisted by AI + +* [QuickPickle dev vlog 27 Oct. 2024](https://www.youtube.com/watch?v=aNRq3MXlTJQ): + A near-real-time exploration of QuickPickle for beginners, highlighting Playwright functionality. + + * How to set up QuickPickle for testing websites with Playwright + * Testing with and without Javascript, in multiple browsers, at multiple resolutions + * Using QuickPickle's `explodeTags` to minimize test verbiage [Vitest]: https://vitest.dev/ [Gherkin Syntax]: https://cucumber.io/docs/gherkin/reference/