Add playwright to calculator example

This commit is contained in:
Steve Kinney
2024-10-02 05:18:33 -05:00
parent b121f43aa1
commit 46d716bb38
3 changed files with 81 additions and 1 deletions

View File

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