From 39afb3e82898ff8da6c44d4ee48ae6f37ffcb529 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 11 Mar 2024 23:57:50 +0000 Subject: [PATCH] Add Yuri Gerasymov episode --- .../14-yuri-gerasymov-diffy.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 source/_podcast_episodes/14-yuri-gerasymov-diffy.md diff --git a/source/_podcast_episodes/14-yuri-gerasymov-diffy.md b/source/_podcast_episodes/14-yuri-gerasymov-diffy.md new file mode 100644 index 000000000..0a929efbc --- /dev/null +++ b/source/_podcast_episodes/14-yuri-gerasymov-diffy.md @@ -0,0 +1,44 @@ +--- +date: 2024-03-11 +topic: Diffy and Visual Regression Testing +guests: + - Yuri Gerasymov +transistor: + id: 5940d69f +links: + - + - About Yuri + - https://ygerasimov.com/about-me + - + - Diffy + - https://diffy.website + - + - Yuri on Drupal.org + - https://www.drupal.org/u/ygerasimov +talking_points: + - What is visual regression testing? + - How do you deal with false positives? + - Different use cases for visual regression testing. + - Automatic updates. + - Scheduling content. + - Visual regression testing in CI. + - Diffy in WordPress. + - What's a baseline? + - Initial setup and onboarding feedback. + - Testing dark mode? + - Component testing with Storybook and Fractal? + - Testing local environments. + - Testing as authenticated users. + - The roadmap for Diffy. +quotes: + - We help development teams to have less visual bugs in their website. We take screenshots of the pages and compare them so you can see what changed and how. (YG) + - We built tools for you to mock the content. You provide selectors for the elements with the content of the article and we'll replace it with lorem ipsum text so it will be exactly the same across multiple environments. (YG) + - I can still write an assertion to check the text is on the page or not, but it won't confirm it's in the correct place. (OD) + - Having a tool checking for changes on a regular basis instead of only after a deployment would be very useful. (OD) + - So, you could have a tool like Violinst automatically creating pull requests and Diffy checking those PRs, so the two could work together? (OD) + - With visual testing, it's very easy to get started. (YG) + - Visual testing is great for showing your client your work. (YG) +chapters: [] +--- + +This week, Oliver discusses visual regression testing and Diffy with Yuri Gerasymov.