13 lines
317 B
JSON
13 lines
317 B
JSON
{
|
|
"name": "chromecard-browser-regression",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "Playwright regression checks for the k_client browser flow",
|
|
"scripts": {
|
|
"test:k-client": "playwright test tests/k_client_portal.spec.js"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.54.2"
|
|
}
|
|
}
|