avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

HTML Report is missing #5939

Closed RimshaT1610 closed 1 month ago

RimshaT1610 commented 1 month ago

Discussed in https://github.com/avocado-framework/avocado/discussions/5938

Originally posted by **RimshaT1610** May 24, 2024 I have just started using avocado framework, installed it , tried sample test but I am not able to get the html report ![image](https://github.com/avocado-framework/avocado/assets/133964462/38cf3651-17af-4512-b3cd-ecf266e7e0a0) avocado version is 105.0 Installation done via pip https://avocado-framework.readthedocs.io/en/105.0/guides/user/chapters/installing.html#installing-from-pypi python version is 3.10.12 Using host Ubuntu 22.04 - 64-bit
RimshaT1610 commented 1 month ago

The HTML report needs the html plugin enabled that is an optional plugin.

When you install through pip it doesn't come , but it's best to install via source code to have the optional_plugins directory to get it installed

this issue can be closed