Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/liznyamu/playwright-automation-framework

Playwright Automation Framework (AUT SDET Unicorns)
https://github.com/liznyamu/playwright-automation-framework

playwright playwright-typescript

Last synced: 12 days ago
JSON representation

Playwright Automation Framework (AUT SDET Unicorns)

Awesome Lists containing this project

README

        

# Playwright framework

- End to End test automation framework using `Playwright` and `Typescript`

## Installation

Use npm to install required dependencies.
- use `node version >18.18.0`

```bash
npm install
```

## Usage

//TODO: add Run scripts:

//TODO: view reports:

## Tools / Technology stack:
- Playwright
- Typescript

## Using Industry Best Practices, Design Patterns & API Integration

- [x] Playwright basics
- [x] setup and installation
- [x] write tests
- [x] page locators and selectors
- [x] Interacting with Web Elements
- [x] page locators and selectors
- [x] Setup Page Object Model
- [x] Debugging with Playwright
- [x] Setup Test Automation Framework
- [x] Optimizing Test Framework
- ESLint setup , Reuse Base URL, Before Hook, Randomize data, Parameterize tests
- [x] Handling Authentication Tests
- [x] Building Beautiful Reports
- [x] Paralell & Cross Browser testing
- [ ] Integration with GitHub Actions
- [ ] API integration
- [ ] Demo Project