mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
Add tests for roadmaps, guides and videos
This commit is contained in:
7
tests/guides.spec.ts
Normal file
7
tests/guides.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
|
||||
test(`guides`, async ({ page }) => {
|
||||
await page.goto('/guides');
|
||||
|
||||
await expect(page).toHaveScreenshot({ fullPage: true });
|
||||
});
|
Reference in New Issue
Block a user