introduce playwright
This commit is contained in:
6
e2e/index.spec.ts
Normal file
6
e2e/index.spec.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('has title', async ({ page }) => {
|
||||
await page.goto('http://localhost:8000/');
|
||||
await expect(page).toHaveTitle('Open Source Test Case Management System');
|
||||
});
|
||||
Reference in New Issue
Block a user