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

https://github.com/anazalu/imdb-test


https://github.com/anazalu/imdb-test

allure-report java-17-gradle selenide testng

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Home Task
Automated test case (search on IMDB) with generated test report.

## Tech stack
Gradle, Selenide, Java 17, TestNG, Allure Report

## Run tests

-- Run all tests:
```
./gradlew clean test
```

-- Generate the Allure report:
```
./gradlew allureReport
```

-- Serve the report locally:
```
./gradlew allureServe
```

## Reports
![img.png](img.png)