polymer - web-component-tester progress has incorrect total -
the progress ring widget appears @ top right-hand corner of page when running web-component-tester seems show total number of tests 3x number of test suites, rather actual total of tests.
is known issue, or there can correct total show?
as example, in screenshot have 1 test in suite, yet when test finished, progress ring shows 33% completion:
i can see in code multireporter constructor estimated_tests_per_suite
set 3 , multiplied number of test suites in order compute total used mocha html reporter render progress widget. appears onrunnerstart handler in multireporter supposed replace estimate current suite actual total, in testing runner
argument passed handler multireporter
object estimated total, updated total still estimate rather actual total.
unfortunately, haven't been able figure out why multireporter never computes correct total, nor have been able find hooks explicitly specifying total number of tests.
Comments
Post a Comment