Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
xuan-luo
/
svelte
like
0
Dataset card
Files
Files and versions
xet
Community
e65da0b
svelte
/
example
/
playwright.config.ts
Christopher S. Dunham
Init proper
3b5dd0a
9 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
import
{ defineConfig }
from
'@playwright/test'
;
export
default
defineConfig
({
webServer
: {
command
:
'npm run build && npm run preview'
,
port
:
4173
},
testDir
:
'e2e'
});