Skip to content

Commit

Permalink
updated readme and added allure reports
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklarituparn committed Mar 23, 2024
1 parent 0421ca5 commit 87eba4a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,26 @@

---
## CUTE тесты и Allure-Reports


Чтобы увидет allure report, запустите `allure serve` в директории `test/integration_test`
## Тесты (CUTE и Allure-Reports)

`Убедитесь, что в вашей системе установлен allure`


Руководство по установке allure

`https://allurereport.org/docs/gettingstarted-installation/`



![Screenshot from 2024-03-18 22-16-31](https://github.com/shuklarituparn/Filmoteka/assets/66947051/71b5517a-c0e0-41b0-8b0a-c51bfa2f08b1)
- Чтобы запустить тесты сделайте `go test ./test/...`
- Чтобы генерирует allure report, сделайте `allure generate`
- Чтобы увидет allure report, запустите `allure serve` в директории `test`





![Screenshot from 2024-03-23 16-55-17](https://github.com/shuklarituparn/Filmoteka/assets/66947051/275a788c-a262-485b-b053-1d704dc4344b)
![Screenshot from 2024-03-18 22-16-43](https://github.com/shuklarituparn/Filmoteka/assets/66947051/350a59da-0fe3-4358-9722-ef4882907789)


Expand Down

0 comments on commit 87eba4a

Please sign in to comment.