feat: e2e test on github actions (#212)
This commit is contained in:
@@ -2,5 +2,5 @@ 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');
|
||||
await expect(page).toHaveTitle('Open Source Test Case Management System | UnitTCMS');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user