Custom reporter: Create option to pass in namespaced custom reporter path #4692
Labels
AREA: server
STATE: Stale
An outdated issue that will be automatically closed by the Stale bot.
SYSTEM: reporting
TYPE: enhancement
The accepted proposal for future implementation.
Milestone
What is your Test Scenario?
Currently, the path to the custom reporter must be at the node_modules root level. A reporter that I created lives in a namespaced location so I need to add a postinstall action that moves the folder from the namespace to the root level. It would be great if we could avoid the postinstall command.
What are you suggesting?
Pass in an optional path to the reporter so we can keep our custom reporter in our namespace:
What alternatives have you considered?
n/a
Additional context
Reference to the currently hardcoded path:
testcafe/src/runner/bootstrapper.ts
Line 291 in 251c9aa
The text was updated successfully, but these errors were encountered: