Files
teleport/e2e/package.json
T

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"
}
}