Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anastas11azakharova/rentzilaplaywright

Performs automation testing on the Rentzila website.
https://github.com/anastas11azakharova/rentzilaplaywright

playwright rentzila typescript

Last synced: about 2 months ago
JSON representation

Performs automation testing on the Rentzila website.

Awesome Lists containing this project

README

        

## ⚡️ Object for testing

Web site - [Rentzila](https://dev.rentzila.com.ua//)

## 📦 Setup

1. Install latest v20.\* [node.js](https://nodejs.org/en/) - JavaScript runtime environment
2. Make sure latest Type Script version is installed https://www.typescriptlang.org/download/
3. Clone git repository `git clone https://github.com/Anastas11aZakharova/RentzilaPlayWright`
4. Install Playwright `npm init playwright@latest .`
5. Install project dependencies specified in the package.json `npm install`

## ⚙️ Running Tests

Run the command below to run all tests in headlees mode

```
npm run test:headless
```

Running All Tests in Chrome Headed Mode

```
npm run test
```

Running an service suite

```
npm run test:serviceTab
```

Show full report of your tests

```
npm run show:report
```