How to call several .ini files correctly with "-c" argument? #10861
-
I am designing a testing framework based on using
I have several directories in each of which there are:
What I am trying to do is to store each testing report in its corresponding directory. That is the why I am using a separate Following is the content of each
And the whole setup is:
When calling
But when I run
(I removed the paths from the error message). How do I fix the error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
at first glance this looks like pytest-html is not installed, please instal it and/or provide more details on your environment |
Beta Was this translation helpful? Give feedback.
at first glance this looks like pytest-html is not installed, please instal it and/or provide more details on your environment