Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anastas11azakharova/rentzilaplaywright
- Owner: Anastas11aZakharova
- Created: 2024-11-27T18:55:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T16:13:38.000Z (about 2 months ago)
- Last Synced: 2024-12-15T17:23:32.039Z (about 2 months ago)
- Topics: playwright, rentzila, typescript
- Homepage: https://dev.rentzila.com.ua/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```