high-egg-2153
02/16/2021, 2:39 PM[GLOBAL]
pants_version = "2.3.0.dev3"
[pytest]
pytest_plugins.add = [
"pytest-html-reporter==0.2.3"
]
args = [
"--html-report=./dist/report.html"
]
hundreds-father-404
02/16/2021, 2:55 PMhigh-egg-2153
02/16/2021, 2:57 PMhundreds-father-404
02/16/2021, 3:02 PMhigh-egg-2153
02/16/2021, 3:03 PMhundreds-father-404
02/16/2021, 3:07 PMhigh-egg-2153
02/16/2021, 3:07 PMhundreds-father-404
02/16/2021, 6:37 PMtest.py
code, not only the Pytest specific code
Bigger complication, it looks like this plugin creates a single report for your entire run, right? That won't work well with how Pants splits up your test runs into multiple processes. You would end up with one report per test file. Unless this plugin has something like a `combine`/`merge` command, you would not have one nice unified report. Would that still be useful for you?high-egg-2153
02/16/2021, 7:06 PMhappy-kitchen-89482
02/16/2021, 8:56 PM