mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-09-09 05:30:42 +02:00
add code coverage support
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
import '../coverage.mjs';
|
||||
|
||||
test('Add custom to-do list', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080');
|
||||
|
@@ -1,4 +1,5 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
import '../coverage.mjs';
|
||||
|
||||
test("Add item to today's to-do list (Enter)", async ({ page }) => {
|
||||
await page.goto('http://localhost:8080');
|
||||
|
Reference in New Issue
Block a user