Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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_typescript

yarn install
yarn playwright install

```

**Starting auto tests**

```
npx playwright test
```