Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanclay/playwright-zombieplus
https://github.com/ivanclay/playwright-zombieplus
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanclay/playwright-zombieplus
- Owner: ivanclay
- Created: 2023-11-11T21:34:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T13:50:50.000Z (about 1 year ago)
- Last Synced: 2023-11-20T12:29:14.337Z (about 1 year ago)
- Language: JavaScript
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 configurationVisit https://playwright.dev/docs/intro for more information. ✨
Happy hacking! 🎭