Add playwright configs
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
7
e2e/visual.spec.ts
Normal file
7
e2e/visual.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('example test', async ({ page }) => {
|
||||
await page.goto('http://localhost:8081/blog/02_compiler_parsing/index.html');
|
||||
await expect(page).toHaveScreenshot({ fullPage: true });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user