-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 1.15 KB
/
package.json
File metadata and controls
14 lines (14 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "playwright_cb",
"version": "1.0.0",
"description": "Introduction Playwright Test is an end-to-end test framework for modern web apps. It bundles test runner, assertions, isolation, parallelization and rich tooling. Playwright supports Chromium, WebKit and Firefox on Windows, Linux and macOS, locally or in CI, headless or headed, with native mobile emulation for Chrome (Android) and Mobile Safari. **************************************************** Installing Playwright using npm npm init playwright@latest **************************************************** Running the Example Test npx playwright test **************************************************** HTML Test Reports npx playwright show-report **************************************************** Running the Example Test in UI Mode npx playwright test --ui **************************************************** Updating Playwright npm install -D @playwright/test@latest npx playwright install --with-deps",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/node": "^24.5.2"
}
}