diff --git a/.docs/guides/Playwright.md b/.docs/guides/Playwright.md index 8fde66a..772160b 100644 --- a/.docs/guides/Playwright.md +++ b/.docs/guides/Playwright.md @@ -145,6 +145,9 @@ fi When the pipeline runs it will produce artifacts which you can inspect - such as screenshots. You can then, as a minimal testing strategy, check the screenshots to see if the tests are running as expected. +You'll get something like this: + +![alt text](image-2.png) ## Example projects diff --git a/.docs/guides/image-2.png b/.docs/guides/image-2.png new file mode 100644 index 0000000..101d262 Binary files /dev/null and b/.docs/guides/image-2.png differ