Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daoodaba975/playwright.starter

A basic starter project with Playwright for modern web apps end-to-end testing.
https://github.com/daoodaba975/playwright.starter

js playwright testing

Last synced: about 10 hours ago
JSON representation

A basic starter project with Playwright for modern web apps end-to-end testing.

Awesome Lists containing this project

README

        

# Playwright Starter 🎉

A basic starter project with Playwright for modern web apps end-to-end testing.

## Install dependencies

```bash
npm install
```

## Run test script

Headless mode :

```bash
npx playwright test
```

UI mode :

```bash
npx playwright test --ui
```

HTML Test Reports :

```bash
npx playwright show-report
```