Harmin Parra Rueda

Results 31 comments of Harmin Parra Rueda

Is it possible to have the choice between the middle-button or the right-button click for pasting ?

We didn't have this behavior with pytest-5.4.3 and pytest-html-2.1.1

You could add the following lines of code file: `plugin.py` ``` group.addoption( "--initial_sort", action="store", default="result", help="Open the report sorted by the given column. Accepted values: 'result' or 'name'", ) ```...

Same thing happens with the Mojave-CT-Classic theme ``` gtk-update-icon-cache Mojave-CT-Classic gtk-update-icon-cache: The generated cache was invalid. ```

I would also like to deploy a HTTP server Docker container to host the Allure report. But I also get the message `Can not open browser because this capability is...

See also [allure-python/issues/786](https://github.com/allure-framework/allure-python/issues/786)

By reading the documentation and the JavaScript files, I realized you added a GET query parameter to let users choose the column to apply the initial sort. I would have...

The `pytest.ini` file already accepts the `render_collapsed` option and it would be very handy to add a `initial_sort` option to choose the initial sort column. It is cleaner and better...

The `self_contained` could also be set via the INI configuration, but that would require the property to be set in the `__init__` constructor instead of the `_generate_report` method of the...

I see the fix is already present in the source code of the `master` branch ``` parser.addini( "initial_sort", type="string", default="result", help="column to initially sort on.", ) ```