We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a699e commit 507d913Copy full SHA for 507d913
tests/screenshot.spec.ts
@@ -30,6 +30,5 @@ test.describe('Docusaurus site screenshots', () => {
30
const pathnames = extractSitemapPathnames(sitemapPath).filter((pathname) =>
31
pathname.startsWith('/docs/en') // currently test en only
32
);
33
- console.log('Pathnames to screenshot:', pathnames);
34
pathnames.forEach(screenshotPathname);
35
});
0 commit comments