mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 22:46:29 +08:00
13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"name": "playwright-e2e-testing",
|
|
"version": "1.0.0",
|
|
"description": "Playwright tests for e2e testing.",
|
|
"scripts": {
|
|
"test": "playwright test --project=chromium",
|
|
"report": "playwright show-report"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.55.1"
|
|
}
|
|
} |