12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"name": "crawlapi-e2e",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.0"
|
|
}
|
|
}
|