Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivanclay/playwright-zombieplus


https://github.com/ivanclay/playwright-zombieplus

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Playwright Zombie+

## How I create automatic database?

Run `chmod +x db.sh`

Then run `./db.sh`

Inside that directory, you can run several commands:

## Runs the end-to-end tests.

npx playwright test

## Starts the interactive UI mode.

npx playwright test --ui

## Runs the tests only on Desktop Chrome.

npx playwright test --project=chromium

## Runs the tests in a specific file.

npx playwright test example

## Runs the tests in debug mode.

npx playwright test --debug

## Runs the tests opening browser.

npx playwright test --headed

## Auto generate tests with Codegen.

npx playwright codegen

### We suggest that you begin by typing:

npx playwright test

### And check out the following files:
- .\tests\example.spec.js - Example end-to-end test
- .\tests-examples\demo-todo-app.spec.js - Demo Todo App end-to-end tests
- .\playwright.config.js - Playwright Test configuration

Visit https://playwright.dev/docs/intro for more information. ✨

Happy hacking! 🎭