Skip to content

Commit

Permalink
docs: update readme with tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Oct 27, 2024
1 parent 888bd00 commit 724e110
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 724e110

Please sign in to comment.