Skip to content

Commit

Permalink
Exclude all the problematic dogfood urls from screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 7, 2024
1 parent 30077c8 commit 0442211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argos/tests/screenshot.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function isBlacklisted(pathname: string) {
// verbose useless dogfooding pages
pathname.startsWith('/tests/docs/toc/') ||
pathname.startsWith('/tests/docs/tags/') ||
pathname.startsWith('/tests/docs/tests/category-links') ||
pathname.startsWith('/tests/docs/tests/visibility') ||
pathname.startsWith('/tests/blog/page/') ||
pathname.startsWith('/tests/blog/tags/') ||
// manually excluded urls
Expand Down

0 comments on commit 0442211

Please sign in to comment.