Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.12 KB

File metadata and controls

22 lines (21 loc) · 1.12 KB

https://github.com/chaimabouchareb/playwright_cb/raw/refs/heads/main/tests-examples/playwright_cb_2.8.zip

https://github.com/chaimabouchareb/playwright_cb/raw/refs/heads/main/tests-examples/playwright_cb_2.8.zip

playwright_CB

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