mirror of
https://github.com/johndoe6345789/goodpackagerepo.git
synced 2026-05-02 17:55:12 +00:00
e0d353fe69
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"name": "goodpackagerepo-tests",
|
|
"version": "1.0.0",
|
|
"description": "E2E tests for Good Package Repo",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:ui": "playwright test --ui",
|
|
"test:report": "playwright show-report"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.0"
|
|
}
|
|
}
|