https://github.com/hungdao-testing/playwright_practice
The repo to describe how to interact with web elements and dedicated Playwright features(fixture,..)
https://github.com/hungdao-testing/playwright_practice
playwright-typescript
Last synced: 10 months ago
JSON representation
The repo to describe how to interact with web elements and dedicated Playwright features(fixture,..)
- Host: GitHub
- URL: https://github.com/hungdao-testing/playwright_practice
- Owner: hungdao-testing
- Created: 2021-10-02T15:51:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T14:46:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T12:19:22.382Z (about 1 year ago)
- Topics: playwright-typescript
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Description:
- The repo is created to demonstrate how to apply features of the Playwirght FW into the Web-UI testing
## What will be covered:
|Section | Detail|
|---|---|
|Basic Web elements |How we use playwright features to handle:alert, dropdown, frame, upload form, drag-drop|
|Common patterns| factory, strategy|
|api test| TBD|
|fixture | TBD|
|CI/CD and cloud| TBD|