An open API service indexing awesome lists of open source software.

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,..)

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|