https://github.com/codeispoetry/e2etalk
Test repo to show playwright in action
https://github.com/codeispoetry/e2etalk
Last synced: 12 months ago
JSON representation
Test repo to show playwright in action
- Host: GitHub
- URL: https://github.com/codeispoetry/e2etalk
- Owner: codeispoetry
- Created: 2023-10-04T10:36:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T10:40:34.000Z (over 2 years ago)
- Last Synced: 2025-01-04T19:11:54.306Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e2e-Tests with Playwright
## Installation
```
npm install
```
Background: ```npm init playwright@latest```
## Usage
```
npm test
```