Add boilerplate for Playwright tests

This commit is contained in:
Steve Kinney
2024-10-02 05:13:33 -05:00
parent 4e4978cb8a
commit b121f43aa1
6 changed files with 185 additions and 28 deletions

View File

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