Playwright_TS/Playwright základy na GitHub/package.json

12 lines
211 B
JSON
Raw Normal View History

2023-08-15 16:27:27 +00:00
{
"name": "playwright_zaklady",
"scripts": {
"allTests": "playwright test"
},
"keywords": [],
"author": "Kankys",
"description": "",
"devDependencies": {
"@playwright/test": "^1.34.3"
}
}