Franek Martyka

Results 4 comments of Franek Martyka

This would be much more useful if it also worked in the other direction => sharing some files from the host machine to the container. Use case: testing any kind...

The question I meant was not about how to insert the data, but rather how to get data from fixture to `pytest_html_results_summary` hook. As for now, I've managed to work...

You need to add python version in the runtime.txt file in the root of your application: For example: ```sh python-3.7.1 ```

Closing as this turned out to be a docker/ubuntu-related problem, which was caused because in the Dockerfile I've used a user which was not `root`. And because of how the...