mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-23 20:52:07 +00:00
test: add some tests
This commit is contained in:
6
tests/app/page.spec.ts
Normal file
6
tests/app/page.spec.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test("VRT", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await expect(page).toHaveScreenshot();
|
||||
});
|
||||
BIN
tests/app/page.spec.ts-snapshots/VRT-1-chromium-darwin.png
Normal file
BIN
tests/app/page.spec.ts-snapshots/VRT-1-chromium-darwin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
tests/app/page.spec.ts-snapshots/VRT-1-firefox-darwin.png
Normal file
BIN
tests/app/page.spec.ts-snapshots/VRT-1-firefox-darwin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
tests/app/page.spec.ts-snapshots/VRT-1-webkit-darwin.png
Normal file
BIN
tests/app/page.spec.ts-snapshots/VRT-1-webkit-darwin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
Reference in New Issue
Block a user