1
0
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:
Morris Brodersen
2023-11-26 00:43:55 +01:00
parent 854f21b6e0
commit 4bf3028aa9
10 changed files with 363 additions and 12 deletions

View File

@@ -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');

View File

@@ -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');