Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikita-filonov/playwright_typescript
https://github.com/nikita-filonov/playwright_typescript
allure allure-report automation cypress javascript page-object-model pagefactory pageobject-pattern playwright playwright-javascript playwright-typescript test-automation typescript ui
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikita-filonov/playwright_typescript
- Owner: Nikita-Filonov
- License: apache-2.0
- Created: 2023-01-22T19:41:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T15:44:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:27:47.637Z (almost 2 years ago)
- Topics: allure, allure-report, automation, cypress, javascript, page-object-model, pagefactory, pageobject-pattern, playwright, playwright-javascript, playwright-typescript, test-automation, typescript, ui
- Language: TypeScript
- Homepage:
- Size: 1.94 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playwright Typescript
[Demo allure report](https://nikita-filonov.github.io/playwright_typescript/)
**Project setup**
```
git clone https://github.com/Nikita-Filonov/playwright_typescript.git
cd playwright_typescriptyarn install
yarn playwright install```
**Starting auto tests**
```
npx playwright test
```