This module contains great statistic logic with auto-sampling. However, the public API is strictly requires to use command-line and selenium-webdriver.
In our use-case we already have an existing puppeteer setup, which we would like to reuse for the performance testing too.
This works, but does not seem efficient to pull all other harness and dependencies into node_modules. What do you think about publishing the statistic part as a separate module?
This module contains great statistic logic with auto-sampling. However, the public API is strictly requires to use command-line and
selenium-webdriver
.In our use-case we already have an existing puppeteer setup, which we would like to reuse for the performance testing too.
Currently we have code like this:
This works, but does not seem efficient to pull all other harness and dependencies into node_modules. What do you think about publishing the statistic part as a separate module?