Add Playwright support for Task List

This commit is contained in:
Steve Kinney
2024-10-02 06:26:54 -05:00
parent 46d716bb38
commit a212170602
8 changed files with 152 additions and 37 deletions

View File

@@ -0,0 +1,2 @@
import { test, expect } from '@playwright/test';
import { createServer } from 'vite';